aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/theme
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-16 19:21:56 +0000
committervdigital <vdigital@piwigo.org>2008-10-16 19:21:56 +0000
commitfb76f626ad0181fc3eaa7e7dc8983ab5b40c69bb (patch)
tree74b37e25fb0385bff08c497e73ad22d7059aac0d /admin/template/goto/theme
parente9c0f98e1477434eec4e8b74c1ba1ca972dec2da (diff)
Some Input text have been enlarged in Admin (class="large")
Bullet points removed on comments in picture page. (Neuronal correction...)[merge] git-svn-id: http://piwigo.org/svn/trunk@2761 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme')
-rw-r--r--admin/template/goto/theme/roma/theme.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index 2cbd6f649..33afcdfee 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -78,7 +78,7 @@ a { color:#f70; border-width: 0; }
a:hover, a:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
h2 { display:block; font-size:28px; letter-spacing:-1px;
-margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute;
+margin:0 20px; height:104px; overflow:hidden; padding:0; position:absolute;
right:0; text-align:right; top:0; width:770px; }
.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
border:0; color:#333; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
@@ -165,6 +165,7 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #ff3363; }
#ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; }
#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; }
+INPUT[type="text"].large { width: 317px; }
input[type="button"], input[type="submit"], input[type="reset"] {
color:#ff3363; background-color:#222; border-color: #ff3363; }
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {