Bug 1549 fixed : some texts are not correcly positionned.

git-svn-id: http://piwigo.org/svn/trunk@5724 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2010-04-08 21:15:11 +00:00
parent 16b5fb713a
commit cc2a765cdc
3 changed files with 25 additions and 15 deletions
+7 -7
View File
@@ -44,14 +44,14 @@ INPUT.radio, INPUT.checkbox {
* Header notes box in public/administration
*/
.header_notes {
border: 1px solid #666;
text-align: center;
background-image: url(icon/note.png);
background-repeat: no-repeat;
background-position: top left;
border: 1px solid #666;
background: transparent url(icon/note.png) no-repeat right top;
font-weight: bold;
margin: 14px;
padding: 5px 00px 0px 0px;
margin: 14px 24px 14px 14px;
padding: 5px 0 0 0;
top: 90px;
position: absolute;
text-align: right;
}
LEGEND {