2011-08-02 Javier Lanz <javier.lanz@artica.es>
* images/skin/skin_default/include/styles/pandora.css: Removed * old links to non-existing images git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4662 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
966cc4bd88
commit
9297010565
|
@ -1,3 +1,8 @@
|
|||
2011-08-02 Javier Lanz <javier.lanz@artica.es>
|
||||
|
||||
* images/skin/skin_default/include/styles/pandora.css: Removed old
|
||||
links to non-existing images
|
||||
|
||||
2011-08-02 Javier Lanz <javier.lanz@artica.es>
|
||||
|
||||
* extensions/agents_modules.php: Changed background color of the text
|
||||
|
|
|
@ -30,7 +30,7 @@ svg * {
|
|||
}
|
||||
body {
|
||||
text-align: center;
|
||||
background: #022F5C url(../../images/sendero/fondo.png) repeat-x top left;
|
||||
background: #022F5C;
|
||||
}
|
||||
|
||||
body.pure {
|
||||
|
@ -191,7 +191,7 @@ div#login {
|
|||
margin: 0 auto;
|
||||
margin-top: 200px;
|
||||
width: 460px;
|
||||
background: #CCCCCC url(../../images/sendero/fondo_login.png) repeat-x bottom left;
|
||||
background: #CCCCCC;
|
||||
border: 0px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
|
@ -308,7 +308,7 @@ div#head {
|
|||
width: 960px;
|
||||
height: 64px;/*84px;*/ /*height: 60px;*/
|
||||
padding-top: 1px;
|
||||
background: #0359AF url(../../images/sendero/fondo_cabecera.png) repeat-x top left;
|
||||
background: #0359AF;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
|
@ -381,7 +381,7 @@ div#foot {
|
|||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
text-align: center;
|
||||
background: #CCC url(../../images/sendero/fondo_login.png) repeat-x bottom left;
|
||||
background: #CCC;
|
||||
width: 960px;
|
||||
clear: both;
|
||||
position: relative;
|
||||
|
@ -808,7 +808,7 @@ div.title_line {
|
|||
min-height: 24px;
|
||||
height: auto;
|
||||
background:#ce5c00 none repeat scroll 0 0;
|
||||
background: #E08D36 url(../../images/sendero/fondo_titulo02.gif) repeat-x bottom left;
|
||||
background: #E08D36;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
font-size: 14px;
|
||||
|
@ -831,7 +831,6 @@ div.title_line {
|
|||
|
||||
#menu_tab_frame_view { /* barra de titulo color verde */
|
||||
background-color: #51831B;
|
||||
background-image: url(../../images/sendero/fondo_titulo01.gif);
|
||||
}
|
||||
#menu_tab .mn, #menu_tab ul, #menu_tab .mn ul {
|
||||
padding: 0px;
|
||||
|
@ -1657,22 +1656,18 @@ div.warn {
|
|||
|
||||
#menu .tit.bg {
|
||||
background-color: #51831B;
|
||||
background-image: url(../../images/sendero/fondo_titulo01.gif);
|
||||
}
|
||||
|
||||
#menu .tit.bg2 {
|
||||
background-color: #E08D36;
|
||||
background-image: url(../../images/sendero/fondo_titulo02.gif);
|
||||
}
|
||||
|
||||
#menu .tit.bg3 {
|
||||
background-color: #E08D36;
|
||||
background-image: url(../../images/sendero/fondo_titulo02.gif);
|
||||
}
|
||||
|
||||
#menu .tit.bg4 {
|
||||
background-color: #3185E1;
|
||||
background-image: url(../../images/sendero/fondo_titulo03.gif);
|
||||
}
|
||||
|
||||
.menu {
|
||||
|
@ -1880,7 +1875,7 @@ ul.tree .tree_view {
|
|||
|
||||
body.help_popup {
|
||||
text-align: center;
|
||||
background: #022F5C url(../../images/sendero/fondo.png) repeat-x top left;
|
||||
background: #022F5C;
|
||||
}
|
||||
|
||||
.help_popup .cont {
|
||||
|
|
Loading…
Reference in New Issue