diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-05 22:44:08 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-05 22:44:08 +0000 |
commit | 75dc35db5500c2a1c3c48721e4376604cdab32c0 (patch) | |
tree | a268100eef32c9f7d1bf24cbd08513030f3dbf25 /admin/template/yoga/default-layout.css | |
parent | b8a5fde84629cdc4885016b76c90d9836c4f65b0 (diff) |
Checkboxes reverted on rvelices request.
And several minor corrections
git-svn-id: http://piwigo.org/svn/trunk@2503 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/yoga/default-layout.css | 49 |
1 files changed, 40 insertions, 9 deletions
diff --git a/admin/template/yoga/default-layout.css b/admin/template/yoga/default-layout.css index 2f5b2151d..9d755d95d 100644 --- a/admin/template/yoga/default-layout.css +++ b/admin/template/yoga/default-layout.css @@ -97,13 +97,48 @@ FORM#categoryPermissions LI { display:inline; white-space: nowrap; } -.property { - width: 60%; + +FIELDSET#mainConfCheck SPAN.property, +FIELDSET#historyConf SPAN.property, +FIELDSET#commentsConf SPAN.property, +FIELDSET#uploadConf SPAN.property { + float: right; + text-align: left; } -TEXTAREA.description { +FIELDSET#mainConfCheck INPUT, +FIELDSET#historyConf INPUT, +FIELDSET#commentsConf INPUT, +FIELDSET#uploadConf INPUT { + float: none; +} + +FIELDSET#mainConf SPAN.property { + width: 25%; +} +FIELDSET#mainConf 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: 73%; +} + .statBar { height: 10px; background-color: #66f; @@ -284,7 +319,7 @@ FORM FIELDSET P { TEXTAREA.description { height: 12em; - width: 60%; + width: 40em; overflow: auto; } @@ -392,14 +427,11 @@ FORM.properties LI, FORM#update UL { FORM.properties SPAN.property { font-weight: bold; float: left; - width: 60%; + width: 50%; text-align: right; margin: 0; padding: 0 0.5em 0 0; } -.m38 { - width: 38% !important; -} #theHeader H1 { margin-bottom: 0.5em; @@ -499,4 +531,3 @@ TABLE.tagLetterContent { width:100%; font-size:80%; border-collapse : collapse; -} |