mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 09:31:46 +01:00
more CSS for cave descr
This commit is contained in:
parent
4b6d9ca362
commit
21cca9d755
@ -268,7 +268,7 @@ body .ui-tabs {
|
|||||||
body .ui-tabs-nav {
|
body .ui-tabs-nav {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
body .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
|
body .ui-state-default a, body .ui-state-default a:link, body .ui-state-default a:visited {
|
||||||
color: #008787;
|
color: #008787;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -278,3 +278,16 @@ body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widg
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #008787;
|
color: #008787;
|
||||||
}
|
}
|
||||||
|
body .ui-state-default {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
body .ui-tabs .ui-tabs-nav li {
|
||||||
|
margin: 0 15px 1px 0;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
.ui-tabs .ui-tabs-nav {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
body .ui-corner-all, body .ui-corner-top, body .ui-corner-right, body .ui-corner-tr {
|
||||||
|
border-top-right-radius: 30px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user