r134 - trunk/src/main/webapp/css
Author: vbriand Date: 2010-12-10 10:28:35 +0100 (Fri, 10 Dec 2010) New Revision: 134 Url: http://chorem.org/repositories/revision/bow/134 Log: The clicks counter doesn't overlap the tags anymore when the screen resolution is very narrow The right menu links don't overlap when the screen resolution is narrow Modified: trunk/src/main/webapp/css/bookmark.css Modified: trunk/src/main/webapp/css/bookmark.css =================================================================== --- trunk/src/main/webapp/css/bookmark.css 2010-12-09 17:39:38 UTC (rev 133) +++ trunk/src/main/webapp/css/bookmark.css 2010-12-10 09:28:35 UTC (rev 134) @@ -177,7 +177,7 @@ width:100%; line-height:28px; padding-top:10px; - margin-bottom: -140px; + margin-bottom:-90px; } .bookmark .click{ @@ -240,8 +240,8 @@ } #colonneD{ - overflow-x: auto; - background-color: #804561; + overflow-x:auto; + background-color:#804561; } #colonneD a{ @@ -256,7 +256,7 @@ #colonneD ul.droite li{ list-style:none; - height:22px; + height:auto; font-size:100%; } @@ -343,8 +343,8 @@ } #import .input input{ - width: 90%; - margin-bottom: 10px; + width:90%; + margin-bottom:10px; } .formFrame{ @@ -352,14 +352,14 @@ height:315px; background:url('/bow/img/fondconnexion.jpg') no-repeat; position:relative; - margin-top: 20px; - margin-bottom: 20px; - margin-right: 100px; - margin-left: 100px; - padding-top: 10px; - padding-bottom: 10px; - padding-left: 40px; - padding-right: 70px; + margin-top:20px; + margin-bottom:20px; + margin-right:100px; + margin-left:100px; + padding-top:10px; + padding-bottom:10px; + padding-left:40px; + padding-right:70px; } .formFrame h1{ @@ -382,7 +382,7 @@ } .formFrame input[type="submit"]{ - float: left; + float:left; margin-top:20px; background:url('/bow/img/fdboutonV.jpg') repeat-x; height:31px; @@ -391,67 +391,67 @@ font-weight:bold; border:none; width:auto; - padding: 2px; + padding:2px; } .formFrame p a{ - position: absolute; + position:absolute; color:#804561; left:75px; font-weight:bold; - font-size: 12px; - margin-top: 2px; + font-size:12px; + margin-top:2px; } .formFrame #homePage, .formFrame #regenPermToken{ - bottom: 50px; - left: 185px; - font-size: 10px; + bottom:50px; + left:185px; + font-size:10px; } .formFrame p input{ - margin-bottom: 2px; + margin-bottom:2px; } .deleteImport{ - width: 100%; - height: 32px; - border: 1px solid black; - margin-bottom: 4px; + width:100%; + height:32px; + border:1px solid black; + margin-bottom:4px; padding-top:10px; - padding-left: 15px; + padding-left:15px; } .deleteImportPink{ - background-color: #BF8A9C; + background-color:#BF8A9C; } .deleteImportWhite{ - background-color: white; - margin-left: 30px; + background-color:white; + margin-left:30px; } .deleteImport span{ - color: blue; - font-size: large; + color:blue; + font-size:large; } .deleteImport .deleteImportButton{ - background: url('/bow/img/croixtr.png') no-repeat; - width: 31px; - height: 32px; - float: right; - margin-right: 15px; - position: relative; - top: -5px; + background:url('/bow/img/croixtr.png') no-repeat; + width:31px; + height:32px; + float:right; + margin-right:15px; + position:relative; + top:-5px; } #deleteSearchResultsButton{ - background: url('/bow/img/croixtr.png') no-repeat; - width: 31px; - height: 32px; - float: right; - margin-left: 25px; - margin-right: 11px; + background:url('/bow/img/croixtr.png') no-repeat; + width:31px; + height:32px; + float:right; + margin-left:25px; + margin-right:11px; }
participants (1)
-
vbriand@users.chorem.org