2012-04-19 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* images/skin/skin_default/include/styles/pandora.css: Modified styles in skin like in the main css style file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6041 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2f0086c7f4
commit
a2d28290a6
|
@ -1,3 +1,8 @@
|
|||
2012-04-19 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* images/skin/skin_default/include/styles/pandora.css: Modified
|
||||
styles in skin like in the main css style file.
|
||||
|
||||
2012-04-19 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* godmode/setup/setup.php: Changed timezone by default.
|
||||
|
|
|
@ -33,6 +33,29 @@ body {
|
|||
background: #022F5C;
|
||||
}
|
||||
|
||||
#login_body {
|
||||
/* Set rules to fill background */
|
||||
min-height: 100%;
|
||||
min-width: 1024px;
|
||||
|
||||
/* Set up proportionate scaling */
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
||||
/* Set up positioning */
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -999;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) { /* Specific to this particular image */
|
||||
#login_body {
|
||||
left: 50%;
|
||||
margin-left: -512px; /* 50% */
|
||||
}
|
||||
}
|
||||
|
||||
body.pure {
|
||||
background: #fff none!important;
|
||||
}
|
||||
|
@ -440,6 +463,24 @@ label {
|
|||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
#bottom_logo {
|
||||
bottom: 0;
|
||||
height: 70px;
|
||||
margin: 0 auto 0 44%;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#ver_num {
|
||||
bottom: 0;
|
||||
height: 20px;
|
||||
right: 0;
|
||||
padding-right: 20px;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
color: #696969
|
||||
}
|
||||
|
||||
th > label {
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue