From 129e4b52324a17b4d1f72884e81d3724d90ad93a Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 9 Dec 2008 19:40:05 +0000 Subject: Why is there a blank line between: - Synchronize and - Manage Removed (Pierrick: I have no opinion concerning this blank line, I don't understand it.) - In english, titles need caps on each word. (Pierrick: If it only costs a CSS rule, yes please add it for english only. ) git-svn-id: http://piwigo.org/svn/branches/2.0@2963 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'admin/template/goto/theme/roma/theme.css') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index af6de28ba..68a41a44f 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -43,6 +43,8 @@ h3, #imageToolBar a:hover, .row2, .content { background-color: #222; } .content h2 { letter-spacing:2px; margin-right:30px; text-align:right; color: #666; text-transform:none; font-weight:bold; padding-left:20px; width:54%; } +.content h2:lang(en) { text-transform:capitalize; } + .content dl, dd { margin:5px; } .content div.titrePage { height:55px; } .instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; margin-bottom: 20px; @@ -183,5 +185,6 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p .bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;} /* hacks */ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ +* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */ *+html .bigtext { left: 70px; } *+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; } \ No newline at end of file -- cgit v1.2.3