mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -28,10 +28,15 @@ h2 { color: #777; }
|
||||
|
||||
#copyright { color:#777; margin:5px auto 0px 240px; text-align:center;
|
||||
padding-bottom: 15px; }
|
||||
.header_notes { background: transparent url(icon/note.png) no-repeat right top;
|
||||
border:0; font-weight:bold; min-height: 48px;
|
||||
padding:15px 60px 0 0; position:absolute; right:0;
|
||||
text-align:right; top:30px; width:550px; }
|
||||
.header_notes {
|
||||
background: transparent url(../default/icon/note.png) no-repeat right top;
|
||||
border: none;
|
||||
min-height: 48px;
|
||||
padding: 15px 60px 0 0;
|
||||
right: 0;
|
||||
width: 550px;
|
||||
top: 70px;
|
||||
}
|
||||
html, body { min-height: 100%; }
|
||||
body { margin: 0; padding: 0; background:#f9f9f9 }
|
||||
/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -26,11 +26,16 @@ INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666;
|
||||
input.rateButton, legend, h3 { color: #666; }
|
||||
h2 { color: #ccc; }
|
||||
|
||||
.header_notes { background: transparent url(../../icon/note.png) no-repeat right top;
|
||||
border:0; font-weight:bold; min-height: 48px;
|
||||
padding:15px 60px 0 0; position:absolute; right:0;
|
||||
text-align:right; top:90px; width:550px; }
|
||||
.header_notes {
|
||||
background: transparent url(../default/icon/note.png) no-repeat right top;
|
||||
border: none;
|
||||
min-height: 48px;
|
||||
padding: 15px 60px 0 0;
|
||||
right: 0;
|
||||
width: 550px;
|
||||
}
|
||||
html, body { min-height: 100%; }
|
||||
|
||||
body { margin: 0; padding: 0;
|
||||
background-color:#111111; }
|
||||
/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
|
||||
|
||||
Reference in New Issue
Block a user