Look: Modifications esthétiques mineures
This commit is contained in:
parent
42dd4d456a
commit
311491e96d
@ -338,8 +338,8 @@ div.tabs {
|
|||||||
|
|
||||||
div.tabsAction {
|
div.tabsAction {
|
||||||
margin: 24px 0em 1px 0em;
|
margin: 24px 0em 1px 0em;
|
||||||
padding: 0em 0em;
|
padding: 0em 0em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
@ -357,8 +357,8 @@ a.tab:link {
|
|||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #999999;
|
border: 1px solid #999999;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
padding: 0em 1em;
|
padding: 0em 0.4em;
|
||||||
margin: 0em 0.2em;
|
margin: 0em 0.1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@ -366,19 +366,22 @@ a.tab:visited {
|
|||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #999999;
|
border: 1px solid #999999;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
padding: 0em 0.2em;
|
padding: 0em 0.4em;
|
||||||
margin: 0em 0.2em;
|
margin: 0em 0.1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
a.tab#active {
|
a.tab#active {
|
||||||
background: #dcdcd3;
|
background: #dcdcd3;
|
||||||
border-bottom: #dcdcd3 1px solid;
|
border-bottom: #dcdcd3 1px solid;
|
||||||
|
padding: 0em 0.4em;
|
||||||
|
margin: 0em 0.1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tab:hover {
|
a.tab:hover {
|
||||||
background: #eeeecc;
|
background: #eeeecc;
|
||||||
|
padding: 0em 0.4em;
|
||||||
|
margin: 0em 0.1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user