cleanup admin css
git-svn-id: http://piwigo.org/svn/trunk@19530 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b4ea66c42d
commit
7a7b1f259a
2 changed files with 13 additions and 18 deletions
|
|
@ -279,6 +279,7 @@ BODY {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
|
font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
|
||||||
text-align: center; /* be nice to IE5 */
|
text-align: center; /* be nice to IE5 */
|
||||||
|
min-width: 60em; /* ~ 3* #menubar width */
|
||||||
}
|
}
|
||||||
|
|
||||||
H1 {
|
H1 {
|
||||||
|
|
@ -293,7 +294,12 @@ margin: 0;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pwgHead {color:#aaa;}
|
#pwgHead {
|
||||||
|
color: #aaa;
|
||||||
|
background-color: #464646;
|
||||||
|
height: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
#pwgHead A {color:#ccc;}
|
#pwgHead A {color:#ccc;}
|
||||||
#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
|
#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
|
||||||
|
|
||||||
|
|
@ -578,11 +584,6 @@ img.ui-datepicker-trigger {
|
||||||
width:50%;
|
width:50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pwgHead {
|
|
||||||
background-color:#464646;
|
|
||||||
height: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
html, body {height:100%; margin:0; padding:0;}
|
html, body {height:100%; margin:0; padding:0;}
|
||||||
#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}
|
#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}
|
||||||
|
|
||||||
|
|
@ -748,13 +749,9 @@ html, body {height:100%; margin:0; padding:0;}
|
||||||
margin: 0 5px 0 227px;
|
margin: 0 5px 0 227px;
|
||||||
z-index:99;
|
z-index:99;
|
||||||
}
|
}
|
||||||
/* Set minimum width of the page before getting a scrollbar */
|
|
||||||
/* IE5 and IE6 don't get that */
|
|
||||||
BODY {
|
|
||||||
min-width: 60em; /* ~ 3* #menubar width */
|
|
||||||
}
|
|
||||||
#thePopuphelpPage {
|
#thePopuphelpPage {
|
||||||
min-width: 0;
|
min-width: 0; /*reset default min width because no scrollbar here*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#thePopuphelpPage #pwgHead {display:none}
|
#thePopuphelpPage #pwgHead {display:none}
|
||||||
|
|
@ -911,10 +908,6 @@ INPUT[type="radio"], INPUT[type="checkbox"] {
|
||||||
border: none; /* <= Opera needs this */
|
border: none; /* <= Opera needs this */
|
||||||
}
|
}
|
||||||
|
|
||||||
INPUT.radio, INPUT.checkbox {
|
|
||||||
border: none; /* <= IE6 needs this */
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Header message like upgrade
|
* Header message like upgrade
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,10 @@ h2 { color: #ccc; }
|
||||||
}
|
}
|
||||||
html, body { min-height: 100%; }
|
html, body { min-height: 100%; }
|
||||||
|
|
||||||
body { margin: 0; padding: 0;
|
body {
|
||||||
background-color:#111111; }
|
background-color:#111111;
|
||||||
|
}
|
||||||
|
|
||||||
/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
|
/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
|
||||||
/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
|
/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
|
||||||
#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
|
#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue