diff options
Diffstat (limited to 'admin/themes/roma')
-rw-r--r-- | admin/themes/roma/theme.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 835732d75..2480184a1 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -8,7 +8,7 @@ input[type="radio"], input[type="checkbox"] { background-color: transparent; } { color:#999; background-color: #eee; } */ INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; } input.rateButton, legend, h3 { color: #666; } -#theAdminPage h2 { color: #ccc; letter-spacing:2px; font-weight:bold;} +h2 { color: #ccc; } .content .infos { color: #f70; border:0; background-color: transparent; padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; background-position:left top;} .content .infos .submit {margin-left:30px;} @@ -40,9 +40,6 @@ h3, #imageToolBar a:hover, .row2, .content { background-color: #222; } .content h3 ~ h3{ margin-top: 40px; } .content h4 { font-size:14px; text-align:left; padding:3px; margin: 2px;} -/*.content h2:before, .content h2:after, */ -h2:lang(en) { text-transform:capitalize; } - .content dl, dd { margin:5px; } .content div.titrePage {} .instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; margin-bottom: 20px; |