| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,69 +0,0 @@ |
| 1 |
-/* Window classes */ |
|
| 2 |
- |
|
| 3 |
-.mceWindow {
|
|
| 4 |
- position: absolute; |
|
| 5 |
- left: 0; |
|
| 6 |
- top: 0; |
|
| 7 |
- border: 1px solid black; |
|
| 8 |
- background-color: #D4D0C8; |
|
| 9 |
-} |
|
| 10 |
- |
|
| 11 |
-.mceWindowHead {
|
|
| 12 |
- background-color: #334F8D; |
|
| 13 |
- width: 100%; |
|
| 14 |
- height: 18px; |
|
| 15 |
- cursor: move; |
|
| 16 |
- overflow: hidden; |
|
| 17 |
-} |
|
| 18 |
- |
|
| 19 |
-.mceWindowBody {
|
|
| 20 |
- clear: both; |
|
| 21 |
- background-color: white; |
|
| 22 |
-} |
|
| 23 |
- |
|
| 24 |
-.mceWindowStatusbar {
|
|
| 25 |
- background-color: #D4D0C8; |
|
| 26 |
- height: 12px; |
|
| 27 |
- border-top: 1px solid black; |
|
| 28 |
-} |
|
| 29 |
- |
|
| 30 |
-.mceWindowTitle {
|
|
| 31 |
- float: left; |
|
| 32 |
- font-family: "MS Sans Serif"; |
|
| 33 |
- font-size: 9pt; |
|
| 34 |
- font-weight: bold; |
|
| 35 |
- line-height: 18px; |
|
| 36 |
- color: white; |
|
| 37 |
- margin-left: 2px; |
|
| 38 |
- overflow: hidden; |
|
| 39 |
-} |
|
| 40 |
- |
|
| 41 |
-.mceWindowHeadTools {
|
|
| 42 |
- margin-right: 2px; |
|
| 43 |
-} |
|
| 44 |
- |
|
| 45 |
-.mceWindowClose, .mceWindowMinimize, .mceWindowMaximize {
|
|
| 46 |
- display: block; |
|
| 47 |
- float: right; |
|
| 48 |
- overflow: hidden; |
|
| 49 |
- margin-top: 2px; |
|
| 50 |
-} |
|
| 51 |
- |
|
| 52 |
-.mceWindowClose {
|
|
| 53 |
- margin-left: 2px; |
|
| 54 |
-} |
|
| 55 |
- |
|
| 56 |
-.mceWindowMinimize {
|
|
| 57 |
-} |
|
| 58 |
- |
|
| 59 |
-.mceWindowMaximize {
|
|
| 60 |
-} |
|
| 61 |
- |
|
| 62 |
-.mceWindowResize {
|
|
| 63 |
- display: block; |
|
| 64 |
- float: right; |
|
| 65 |
- overflow: hidden; |
|
| 66 |
- cursor: se-resize; |
|
| 67 |
- width: 12px; |
|
| 68 |
- height: 12px; |
|
| 69 |
-} |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,69 @@ |
| 1 |
+/* Window classes */ |
|
| 2 |
+ |
|
| 3 |
+.mceWindow {
|
|
| 4 |
+ position: absolute; |
|
| 5 |
+ left: 0; |
|
| 6 |
+ top: 0; |
|
| 7 |
+ border: 1px solid black; |
|
| 8 |
+ background-color: #D4D0C8; |
|
| 9 |
+} |
|
| 10 |
+ |
|
| 11 |
+.mceWindowHead {
|
|
| 12 |
+ background-color: #334F8D; |
|
| 13 |
+ width: 100%; |
|
| 14 |
+ height: 18px; |
|
| 15 |
+ cursor: move; |
|
| 16 |
+ overflow: hidden; |
|
| 17 |
+} |
|
| 18 |
+ |
|
| 19 |
+.mceWindowBody {
|
|
| 20 |
+ clear: both; |
|
| 21 |
+ background-color: white; |
|
| 22 |
+} |
|
| 23 |
+ |
|
| 24 |
+.mceWindowStatusbar {
|
|
| 25 |
+ background-color: #D4D0C8; |
|
| 26 |
+ height: 12px; |
|
| 27 |
+ border-top: 1px solid black; |
|
| 28 |
+} |
|
| 29 |
+ |
|
| 30 |
+.mceWindowTitle {
|
|
| 31 |
+ float: left; |
|
| 32 |
+ font-family: "MS Sans Serif"; |
|
| 33 |
+ font-size: 9pt; |
|
| 34 |
+ font-weight: bold; |
|
| 35 |
+ line-height: 18px; |
|
| 36 |
+ color: white; |
|
| 37 |
+ margin-left: 2px; |
|
| 38 |
+ overflow: hidden; |
|
| 39 |
+} |
|
| 40 |
+ |
|
| 41 |
+.mceWindowHeadTools {
|
|
| 42 |
+ margin-right: 2px; |
|
| 43 |
+} |
|
| 44 |
+ |
|
| 45 |
+.mceWindowClose, .mceWindowMinimize, .mceWindowMaximize {
|
|
| 46 |
+ display: block; |
|
| 47 |
+ float: right; |
|
| 48 |
+ overflow: hidden; |
|
| 49 |
+ margin-top: 2px; |
|
| 50 |
+} |
|
| 51 |
+ |
|
| 52 |
+.mceWindowClose {
|
|
| 53 |
+ margin-left: 2px; |
|
| 54 |
+} |
|
| 55 |
+ |
|
| 56 |
+.mceWindowMinimize {
|
|
| 57 |
+} |
|
| 58 |
+ |
|
| 59 |
+.mceWindowMaximize {
|
|
| 60 |
+} |
|
| 61 |
+ |
|
| 62 |
+.mceWindowResize {
|
|
| 63 |
+ display: block; |
|
| 64 |
+ float: right; |
|
| 65 |
+ overflow: hidden; |
|
| 66 |
+ cursor: se-resize; |
|
| 67 |
+ width: 12px; |
|
| 68 |
+ height: 12px; |
|
| 69 |
+} |