mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 23:01:55 +00:00
CSS changes for cave description pages - rules override jquery's css here http://expo.survex.com/site_media/css/redmond/jquery-ui-1.8.14.custom.css
This commit is contained in:
parent
b2ef6d9538
commit
9e51832c90
@ -223,3 +223,37 @@ table#cavepage th#status { text-align: right; width: 25%; }
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;}
|
||||
|
||||
/*RULES OVERRIDING JQUERY CSS FOR CAVES DESCRIPTION*/
|
||||
/*This method is faster but less efficient. These would better be directly written in the jquery css file currently in http://expo.survex.com/site_media/css/redmond/jquery-ui-1.8.14.custom.css*/
|
||||
|
||||
body .ui-widget {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
body .ui-widget-content a {
|
||||
color: inherit;
|
||||
}
|
||||
body .ui-widget-content {
|
||||
color: inherit;
|
||||
}
|
||||
body .ui-tabs-nav li {
|
||||
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
||||
}
|
||||
body .ui-widget-header {
|
||||
background: url("images/style/ui-bg_gloss-wave_green.png") repeat-x scroll 50% 50% #5C9CCC;
|
||||
border: 1px solid #85bdbe;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body .ui-widget-content {
|
||||
border: 2px solid #99CCCC;
|
||||
border-radius: 0 !important;
|
||||
border-top: none;
|
||||
}
|
||||
body .ui-tabs {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
body .ui-tabs-nav {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
BIN
images/style/ui-bg_gloss-wave_green.png
Normal file
BIN
images/style/ui-bg_gloss-wave_green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Loading…
Reference in New Issue
Block a user