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:
aiora 2011-11-16 15:05:58 +00:00
parent b2ef6d9538
commit 9e51832c90
2 changed files with 34 additions and 0 deletions

View File

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB