Fix: Minor fixes into style.
This commit is contained in:
parent
7aa145ae6a
commit
e4a3929a5c
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 690 B |
@ -1143,20 +1143,6 @@ div.tabs a.tab#active {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabs a.tab span {
|
|
||||||
padding: 0px 10px 0px 10px;
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_ssmenu_btnG.jpg',1); ?>);
|
|
||||||
background-position: left;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
display: block;
|
|
||||||
height: 18px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.tabs a.tab#active span {
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_ssmenusel_btnG.jpg',1); ?>);
|
|
||||||
}
|
|
||||||
|
|
||||||
div.tabs a.tab:hover {
|
div.tabs a.tab:hover {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #505050;
|
background-color: #505050;
|
||||||
@ -1174,6 +1160,7 @@ div.tabBar {
|
|||||||
margin: 0px 0px 10px 0px;
|
margin: 0px 0px 10px 0px;
|
||||||
background: #dee7ec url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/tab_background.png',1); ?>) repeat-x;
|
background: #dee7ec url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/tab_background.png',1); ?>) repeat-x;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
div.tabsAction {
|
div.tabsAction {
|
||||||
margin: 20px 0em 1px 0em;
|
margin: 20px 0em 1px 0em;
|
||||||
@ -1181,7 +1168,7 @@ div.tabsAction {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #5088A9;
|
background: #5088A9;
|
||||||
color: white;
|
color: white;
|
||||||
@ -1299,8 +1286,7 @@ div.divButAction { margin-bottom: 1.4em; }
|
|||||||
margin: 0px 10px 0px 10px;
|
margin: 0px 10px 0px 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
float: right;
|
font-size: 12px;
|
||||||
font-size: 10px;
|
|
||||||
height: 18px;
|
height: 18px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -1330,8 +1316,7 @@ div.divButAction { margin-bottom: 1.4em; }
|
|||||||
margin: 0px 10px 0px 10px;
|
margin: 0px 10px 0px 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
float: right;
|
font-size: 12px;
|
||||||
font-size: 10px;
|
|
||||||
height: 18px;
|
height: 18px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@ -2119,10 +2104,6 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
|||||||
font-size:1em;
|
font-size:1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabsAction {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.noborder {
|
table.noborder {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user