Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/11 14:54:37 (13 years ago)
Author:
dkahn
Message:

#1198 Added jQuery plus plugins

Location:
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content
Files:
642 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/themes/hl/Site.css

    r5072 r6286  
    99  background-color: #FAFAFA;
    1010  text-align: center;
    11   font-size: .75em;
     11  font-size: 62.5%;
    1212  font-family: Verdana, Helvetica, Sans-Serif;
    1313}
     
    106106  color: #FFFFFF;
    107107  height: 28px;
     108  font-size: 1.2em;
    108109}
    109110
    110111#master-submenu {
    111  
     112  padding-top: 20px;
    112113}
    113114
     
    117118  margin-left: 5px;
    118119  margin-right: 6px;
    119   border-bottom: 1px dotted #F7921D
     120  border-bottom: 1px solid #CCCCCC
    120121  padding: 4px;
    121122}
     
    129130#master-submenu UL LI a {
    130131  padding: 0px 20px;
    131   padding-top: 4px;
    132   font-weight: bold;
    133   text-decoration: none;
    134   line-height: 2.0em;
     132  font-weight: bold;
     133  text-decoration: none;
    135134  color: #333333; 
    136135}
     
    138137#master-submenu UL LI a:hover {
    139138  color: #F7921D;
     139}
     140
     141#master-submenu UL LI.selected a {
     142    color: #F7921D;
    140143}
    141144
     
    169172}
    170173
     174/* UI Styling */
     175
     176div.hl-menuButtons {
     177  margin-top: 4px;
     178  margin-bottom: 4px; 
     179}
     180
     181.hl-button {
     182
     183}
     184
     185
    171186/* TAB MENU   
    172187----------------------------------------------------------*/
     
    213228}
    214229
     230
     231
     232
     233
    215234/* FORM LAYOUT ELEMENTS   
    216235----------------------------------------------------------*/
     
    241260}
    242261
    243 /* TABLE
    244 ----------------------------------------------------------*/
    245 
     262/*
     263----------------------------------------------------------*/
     264/*
    246265table {
    247266  border: solid 1px #e8eef4;
     
    260279  border: solid 1px #e8eef4;
    261280}
    262 
     281*/
    263282/* MISC 
    264283----------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.