Update prod CSS

This commit is contained in:
Romain Neutron
2012-01-11 10:42:18 +01:00
parent c239740542
commit 8be9cac424
3 changed files with 51 additions and 67 deletions

View File

@@ -458,24 +458,13 @@ div.diapo
}
#idFrameA{
z-index:50;
#answers{
background-color: #111111;
border:1px solid #111111;
}
#idFrameT .bloc
#idFrameT
{
z-index: 60;
}
#idFrameT .bloc
{
position:absolute;
left:10px;
top:0;
right:10px;
bottom:0;
background-color:#404040;
}
@@ -508,7 +497,7 @@ div.diapo
#idFrameT .tools .verticalbuttonset .submenu{
position: absolute;
top:2.0em;
top:1.5em;
left:0;
z-index:30;
}
@@ -529,9 +518,9 @@ div.diapo
#alternateSearch{
left:10px;
left:0px;
top:60px;
width:375px;
width:575px;
height:400px;
background-color:#404040;
display:none;
@@ -821,11 +810,6 @@ div.diapo
position: absolute; bottom: 0px;
}
#answers{
overflow-x:hidden;
overflow-y:auto;
left:10px;
}
#answers .list
{
@@ -901,17 +885,20 @@ div.diapo
color:red;
}
#EDIT_query{
border:2px solid #111111;
}
/* QRY */
#qry_buttons.danger input,
#alternateTrigger.danger input,
#adv_search .date_filter.danger,
#adv_search .field_filter.danger,
#adv_search .status_filter.danger
{
border-color:#c9c900;
background-color:#707000;
background-color:#FFFDDA;
}
#adv_search table.colllist
@@ -2227,13 +2214,6 @@ EDITING
#mainMenu, .publi_group{
background-color:#404040;
}
#queryBox{
height:70px;
top:30px;
bottom:auto;
z-index:600;
}
.context-menu-item a{
color:#75ABFF;
}

View File

@@ -120,7 +120,6 @@ span.ww_winTitle{
FONT-SIZE: 8pt;
FONT-WEIGHT: bold;
}
.ui-dialog .ui-dialog-content.loading, .loading
{
background-image:url('../../icons/loaderd9d9d9.gif');
@@ -461,25 +460,13 @@ div.diapo
}
#idFrameA{
z-index:50;
#answers{
background-color: #111111;
border:1px solid #111111;
}
#idFrameT .bloc
#idFrameT
{
z-index: 60;
}
#idFrameT .bloc
{
position:absolute;
left:10px;
top:0;
right:10px;
bottom:0;
background-color:#B1B1B1;
}
@@ -512,7 +499,7 @@ div.diapo
#idFrameT .tools .verticalbuttonset .submenu{
position: absolute;
top:2.0em;
top:1.5em;
left:0;
z-index:30;
}
@@ -533,9 +520,9 @@ div.diapo
#alternateSearch{
left:10px;
left:0px;
top:60px;
width:375px;
width:575px;
height:400px;
background-color:#404040;
display:none;
@@ -645,8 +632,6 @@ div.diapo
text-decoration: underline;
}
#idFrameC .tools
{
text-align:center;
@@ -660,7 +645,6 @@ div.diapo
cursor:pointer;
}
#idFrameC #baskets .alert_datas_changed
{
position:absolute;
@@ -762,6 +746,13 @@ div.diapo
position:relative;
height:20px;
z-index:15;
font-size:0.8em
}
.CHIM.diapo .title{
height:15px;
margin:2px 0;
overflow:hidden;
}
.CHIM.diapo .bottom
{
@@ -821,11 +812,6 @@ div.diapo
position: absolute; bottom: 0px;
}
#answers{
overflow-x:hidden;
overflow-y:auto;
left:10px;
}
#answers .list
{
@@ -901,11 +887,14 @@ div.diapo
color:red;
}
#EDIT_query{
border:2px solid #111111;
}
/* QRY */
#qry_buttons.danger input,
#alternateTrigger.danger input,
#adv_search .date_filter.danger,
#adv_search .field_filter.danger,
#adv_search .status_filter.danger
@@ -2227,12 +2216,6 @@ EDITING
#mainMenu, .publi_group{
background-color:#666666;
}
#queryBox{
height:70px;
top:30px;
bottom:auto;
z-index:600;
}
.context-menu-item a{
color:#75ABFF;

21
www/skins/prod/Prod.css Normal file
View File

@@ -0,0 +1,21 @@
#idFrameC{
top:10px;
bottom:10px;
}
#idFrameC .wrapper{
background-color: #404040;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
right:10px;
}
#idFrameC .ui-tabs{
bottom:10px;
left:0;
}
#answers{
overflow-x:hidden;
overflow-y:auto;
}