Subversion Repositories DevTools

Rev

Rev 6827 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
.mmItem {  font-family: tahoma,sans-serif; font-size: 11px; color: Black; text-decoration: none;  font : normal;  letter-spacing : 1px;     }
2
.mmItemDisable {  font-family: tahoma,sans-serif; font-size: 11px; color: Silver; text-decoration: none;  font : normal;  letter-spacing : 1px;     }
6610 dpurdie 3
.mmItem:hover {  font-family: tahoma,sans-serif; font-size: 11px; color: Red; text-decoration: none;  font : normal; cursor: pointer;    }
119 ghuddy 4
.smItem {  font-family: tahoma,sans-serif; font-size: 11px; color: Black; text-decoration: none;  font : normal;       }
5
.smItem:hover {  font-family: tahoma,sans-serif; font-size: 11px; color: Red; text-decoration: none;  font : normal;       }
6
.smItemDisable {  font-family: tahoma,sans-serif; font-size: 11px; color: Silver; text-decoration: none;  font : normal;       }
7
.tabItem {  font-family: tahoma,sans-serif; font-size: 11px; color: Black; text-decoration: none;  font : normal;       }
8
.tabItemSelect2 {  font-family: tahoma,sans-serif; font-size: 11px; color: White; text-decoration: none;  font : normal;       }
9
.tabItemSelect {  font-family: tahoma,sans-serif; font-size: 11px; color: Black; text-decoration: none;  font : normal normal;       }
5983 dpurdie 10
.abtnItem {  font-family: tahoma,sans-serif; font-size: 11px; color: Black; text-decoration: none;       }
6786 dpurdie 11
.abtnItemDis {  font-family: tahoma,sans-serif; font-size: 11px; color: #444444; text-decoration: none;       }
6616 dpurdie 12
.abtnItem[disabled] { opacity: 0.4;filter: alpha(opacity=40);zoom: 1; }
5983 dpurdie 13
.abtnItem:hover {  font-family: tahoma,sans-serif; font-size: 11px; color: Black; text-decoration: underline; }
119 ghuddy 14
.abItem {  font-family: tahoma,sans-serif; font-size: 9px; color: Black; text-decoration: none;  font : normal normal;  padding-left : 5px;  padding-right : 5px;                                 }
15
.tipClass {  font-family: tahoma,sans-serif; font-size: 11px; color: Black; text-decoration: none;  font : normal;       }
16
.rex_txt {  font-family: MS Sans Serif,tahoma,sans-serif; font-size: 8px; color: Black; text-decoration: none;  font : normal;  padding-left : 2px;  padding-right : 2px;         }
17
.rex_clm{ background : #CCCCCC;	border : 1px outset;}
18
.menuitemDisable {  font-family: tahoma,sans-serif; font-size: 11px; color: Silver; text-decoration: none;  padding-left: 10px;padding-right: 10px; font : normal;  white-space: nowrap;        }
6592 dpurdie 19
.menuskin{position:absolute;width: 120px;background-color: White; border:1px solid #CCC; font-family: tahoma,sans-serif; font-size: 11px;line-height:18px;z-index:100;visibility:hidden;padding: 2px 5px 2px 5px;border-radius:5px; }
119 ghuddy 20
/* Bugfix to set correct width for firefox */
21
html>body .menuskin {width: auto; min-width: 108px;}
22
.menuskin a{text-decoration:none;color:black;padding-left: 10px;padding-right: 10px;}
5360 dpurdie 23
#mouseoverstyle a{color: Red;}
7063 dpurdie 24
.mmEntry { text-align: center; vertical-align: middle; white-space: nowrap; min-width : 70px;}
6827 dpurdie 25
.menufake {cursor:pointer;text-decoration:none;color:black;padding-left: 10px;padding-right: 10px;}
26
#mouseoverstyle.menufake{color: Red;}
7063 dpurdie 27
.mmError {font-family:tahoma,sans-serif;font-size:16px;color:red;font-style:normal;white-space:nowrap;}
6827 dpurdie 28