mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
Add tabsheet on administration pages.
Step 3: Tabsheet for configuration & history
Change css tabsheet to do like p0w0 for all themes
git-svn-id: http://piwigo.org/svn/trunk@1881 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -160,6 +160,7 @@ FIELDSET#generalConf TEXTAREA.description {
|
||||
margin-left: auto; margin-right: auto;
|
||||
text-decoration : none;
|
||||
background: transparent;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
.tabsheet li {
|
||||
@@ -167,10 +168,13 @@ FIELDSET#generalConf TEXTAREA.description {
|
||||
text-align: center;
|
||||
margin: 0 6px;
|
||||
color: white;
|
||||
font-size: 120%;
|
||||
font-size: 110%;
|
||||
font-weight: bold;
|
||||
padding: 4px 8px;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */
|
||||
-moz-border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */
|
||||
padding: 5px 2em 2px 2em;
|
||||
}
|
||||
|
||||
/* Tabsheet */
|
||||
|
||||
Reference in New Issue
Block a user