diff options
author | vdigital <vdigital@piwigo.org> | 2008-08-31 20:54:39 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-08-31 20:54:39 +0000 |
commit | 5c021293f99ecd228b7a261df01943b7bc27c9eb (patch) | |
tree | 037e2f4766223bb703f3925a9534eb26b4cc2274 /admin/template/yoga/default-layout.css | |
parent | bd833ee9bcd52d7e5c1cc52c220ead224beb1225 (diff) |
- Configuration reversed to simplify CSS
- theme.css a test to solve menubar issue
- STC: php version control
git-svn-id: http://piwigo.org/svn/trunk@2492 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/yoga/default-layout.css | 50 |
1 files changed, 9 insertions, 41 deletions
diff --git a/admin/template/yoga/default-layout.css b/admin/template/yoga/default-layout.css index f7e9edb4a..be5c3a131 100644 --- a/admin/template/yoga/default-layout.css +++ b/admin/template/yoga/default-layout.css @@ -93,48 +93,13 @@ FORM#categoryPermissions LI { display:inline; white-space: nowrap; } - -FIELDSET#mainConfCheck SPAN.property, -FIELDSET#historyConf SPAN.property, -FIELDSET#commentsConf SPAN.property, -FIELDSET#uploadConf SPAN.property { - float: right; - text-align: left; -} -FIELDSET#mainConfCheck INPUT, -FIELDSET#historyConf INPUT, -FIELDSET#commentsConf INPUT, -FIELDSET#uploadConf INPUT { - float: none; -} - -FIELDSET#mainConf SPAN.property { - width: 25%; +.property { + width: 60%; } -FIELDSET#mainConf TEXTAREA.description { +TEXTAREA.description { width: 70%; } -FIELDSET#mainConfCheck SPAN.property, -FIELDSET#historyConf SPAN.property { - width: 90%; -} -FIELDSET#mainConfCheck INPUT, -FIELDSET#historyConf INPUT, -FIELDSET#commentsConf INPUT, -FIELDSET#uploadConf SELECT, -FIELDSET#uploadConf INPUT { - margin-left: 5%; -} - -FIELDSET#commentsConf SPAN.property { - width: 85%; -} - -FIELDSET#uploadConf SPAN.property { - width: 75%; -} - .statBar { height: 10px; background-color: #66f; @@ -314,8 +279,8 @@ FORM FIELDSET P { } TEXTAREA.description { - height: 6em; - width: 40em; + height: 12em; + width: 60%; overflow: auto; } @@ -423,11 +388,14 @@ FORM.properties LI, FORM#update UL { FORM.properties SPAN.property { font-weight: bold; float: left; - width: 50%; + width: 60%; text-align: right; margin: 0; padding: 0 0.5em 0 0; } +.m38 { + width: 38% !important; +} #theHeader H1 { margin-bottom: 0.5em; |