]> code.citadel.org Git - citadel.git/blobdiff - webcit/tiny_mce/themes/simple/css/editor_ui.css
src/crypto.c: possible fix for memory leak related
[citadel.git] / webcit / tiny_mce / themes / simple / css / editor_ui.css
index 71b4ef8273bf6198c38a654ec0b20f5c80ec301c..88d42e637bdcd1063fcd5c1a33cace021a1e1075 100644 (file)
-.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected {
-       margin-top: 1px;
-       margin-left: 1px;
-}
-
-.mceButtonNormal {
-       border-top: 1px solid;
-       border-left: 1px solid;
-       border-bottom: 1px solid;
-       border-right: 1px solid;
-       border-color: #F0F0EE;
-       cursor: arrow;
-}
-
-.mceButtonOver {
-       border: 1px solid #0A246A;
-       cursor: arrow;
-       background-color: #B6BDD2;
-}
-
-.mceButtonDown {
-       cursor: arrow;
-       border: 1px solid #0A246A;
-       background-color: #8592B5;
-}
-
-.mceButtonSelected {
-       border: 1px solid;
-       border-color: #C0C0BB;
-       cursor: arrow;
-}
-
-.mceButtonDisabled {
-       filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-       -moz-opacity:0.3;
-       opacity: 0.3;
-       border-top: 1px solid;
-       border-left: 1px solid;
-       border-bottom: 1px solid;
-       border-right: 1px solid;
-       border-color: #F0F0EE;
-       cursor: arrow;
-}
-
-.mceSeparator {
-       border-top: 1px solid buttonhighlight;
-       border-left: 1px solid buttonhighlight;
-       border-bottom: 1px solid buttonshadow;
-       border-right: 1px solid buttonshadow;
-       margin-right: 2px;
-       margin-left: 2px;
-}
-
-.mceSeparatorLine {
-       margin:2px;
-       margin-left: 4px;
-       background-color: #F0F0EE;
-       border-top: 1px solid buttonshadow;
-       border-left: 1px solid buttonshadow;
-       border-bottom: 1px solid buttonhighlight;
-       border-right: 1px solid buttonhighlight;
-       width: 0px;
-       height: 15px;
-}
-
-.mceSelectList {
-       font-family: "MS Sans Serif";
-       font-size: 7pt;
-       font-weight: normal;
-       margin-top: 2px;
-}
-
-.mceLabel, .mceLabelDisabled {
-       font-family: "MS Sans Serif";
-       font-size: 9pt;
-}
-
-.mceLabel {
-       color: #000000;
-}
-
-.mceLabelDisabled {
-       cursor: text;
-       color: #999999;
-}
-
-.mceEditor {
-       background: #F0F0EE;
-       border: 1px solid #cccccc;
-}
-
-.mceEditorArea {
-       font-family: "MS Sans Serif";
-       background: #FFFFFF;
-}
-
-.mceToolbar {
-       background: #F0F0EE;
-       border-top: 1px solid #cccccc;
+.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected {\r
+       margin-top: 1px;\r
+       margin-left: 1px;\r
+}\r
+\r
+.mceButtonNormal {\r
+       border: 1px solid #F0F0EE !important;\r
+       cursor: arrow;\r
+}\r
+\r
+.mceButtonOver {\r
+       border: 1px solid #0A246A;\r
+       cursor: arrow;\r
+       background-color: #B6BDD2;\r
+}\r
+\r
+.mceButtonDown {\r
+       cursor: arrow;\r
+       border: 1px solid #0A246A;\r
+       background-color: #8592B5;\r
+}\r
+\r
+.mceButtonSelected {\r
+       border: 1px solid;\r
+       border-color: #C0C0BB;\r
+       cursor: arrow;\r
+}\r
+\r
+.mceButtonDisabled {\r
+       filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);\r
+       -moz-opacity:0.3;\r
+       opacity: 0.3;\r
+       border: 1px solid #F0F0EE !important;\r
+       cursor: arrow;\r
+}\r
+\r
+.mceSeparator {\r
+       border-top: 1px solid buttonhighlight;\r
+       border-left: 1px solid buttonhighlight;\r
+       border-bottom: 1px solid buttonshadow;\r
+       border-right: 1px solid buttonshadow;\r
+       margin-right: 2px;\r
+       margin-left: 2px;\r
+}\r
+\r
+.mceSeparatorLine {\r
+       margin:2px;\r
+       margin-left: 4px;\r
+       background-color: #F0F0EE;\r
+       border-top: 1px solid buttonshadow;\r
+       border-left: 1px solid buttonshadow;\r
+       border-bottom: 1px solid buttonhighlight;\r
+       border-right: 1px solid buttonhighlight;\r
+       width: 0px;\r
+       height: 15px;\r
+}\r
+\r
+.mceSelectList {\r
+       font-family: "MS Sans Serif";\r
+       font-size: 7pt;\r
+       font-weight: normal;\r
+       margin-top: 2px;\r
+}\r
+\r
+.mceLabel, .mceLabelDisabled {\r
+       font-family: "MS Sans Serif";\r
+       font-size: 9pt;\r
+}\r
+\r
+.mceLabel {\r
+       color: #000000;\r
+}\r
+\r
+.mceLabelDisabled {\r
+       cursor: text;\r
+       color: #999999;\r
+}\r
+\r
+.mceEditor {\r
+       background: #F0F0EE;\r
+       border: 1px solid #cccccc;\r
+}\r
+\r
+.mceEditorArea {\r
+       font-family: "MS Sans Serif";\r
+       background: #FFFFFF;\r
+}\r
+\r
+.mceToolbar {\r
+       background: #F0F0EE;\r
+       border-top: 1px solid #cccccc;\r
 }
\ No newline at end of file