source: branches/2.0/template/yoga/menubar.css @ 2898

Last change on this file since 2898 was 2740, checked in by rvelices, 16 years ago
  • fix broken plain text mails (end of header.tpl must have one empty line to separate from mime headers)
  • fix position of flat button (recent commit changed html structure)
  • increase font size from 80% to 90% for thumb legends (somehow the shown text is a lot smaller than 1.7)
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
RevLine 
[859]1#menubar {
[2409]2        float: left;
3        margin: 0 0 10px 1em;
4        padding: 0;
5        display: inline;
[859]6}
7
8#menubar DL, #menubar DT, #menubar DD {
[2409]9        margin: 0; padding: 0; display: block;
[859]10}
11
[1771]12#menubar .button {
[2740]13        margin: -2px 2px 2px;
[2409]14        width: auto;
15        padding: 0;
16        text-indent: 0;
17        list-style: none;
18        text-align: center;
19        float: right;
[1650]20}
21
[859]22/* H2 properties copied here */
23#menubar DT {
[2409]24        font-weight: bold;
25        padding: 5px 5px 5px 5px;
26        font-size: 120%;
27        text-align: center;
[859]28}
29
30#menubar UL,
31#menubar FORM,
[2480]32#menubar P {
[2409]33        font-size: 92%;
[2480]34        margin: 10px 0 10px 5px;
[859]35}
36#menubar UL {
[2409]37        list-style-type: square;
38        list-style-position: inside;
39        padding: 0 0 0 2px;
[859]40}
41#menubar UL UL {
[2409]42        font-size: 100%;
43        margin-top: 0;
44        margin-bottom: 0;
[859]45}
[876]46
47#menubar LI.selected A {
[2409]48        font-weight: bold;
[859]49}
[876]50
51#menubar LI.selected LI A {
[2409]52        font-weight: normal;
[876]53}
54
[1625]55#menubar .menuInfoCatByChild {
[2480]56        font-size: 80%;
57        font-style: italic;
[1625]58}
59
[859]60#menubar INPUT {
[2409]61        text-indent: 2px;
[859]62}
[972]63
64/* quickconnect form */
[1537]65FORM#quickconnect {
[2480]66        margin: 5px;
67        padding: 0;
[972]68}
69
70FORM#quickconnect FIELDSET {
[2409]71        margin: 0;
[2480]72        padding: 0; /*IE6 requires padding 0*/
[972]73}
74
[2480]75FORM#quickconnect FIELDSET DIV {
76        margin: 8px 5px;
[2409]77        padding: 0;
[1506]78}
[995]79
[1119]80#menubar #menuTagCloud {
[2409]81        text-align: center;
82        margin: 5px 0;
[1119]83}
84
[2740]85#menubar #menuTagCloud SPAN {
[2648]86        white-space: nowrap;
[1255]87}
Note: See TracBrowser for help on using the repository browser.