summaryrefslogtreecommitdiff
path: root/src/ui/gwt
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-08-24 15:04:34 +0000
committerkrasimir <krasimir@chalmers.se>2010-08-24 15:04:34 +0000
commit34c252d97451d68538cc934a3f0bc160ca5c8bc2 (patch)
treef72f06f6097b8030f68a0d389d6b0cb5391b6dee /src/ui/gwt
parentbd3c833b149233588cdab0f4b6744045eca599e8 (diff)
remove Editor.css as well
Diffstat (limited to 'src/ui/gwt')
-rw-r--r--src/ui/gwt/src/org/grammaticalframework/ui/gwt/public/Editor.css102
1 files changed, 0 insertions, 102 deletions
diff --git a/src/ui/gwt/src/org/grammaticalframework/ui/gwt/public/Editor.css b/src/ui/gwt/src/org/grammaticalframework/ui/gwt/public/Editor.css
deleted file mode 100644
index 5c641665e..000000000
--- a/src/ui/gwt/src/org/grammaticalframework/ui/gwt/public/Editor.css
+++ /dev/null
@@ -1,102 +0,0 @@
-body {
- background: url("brushed-metal.png");
-}
-
-.my-WordsPanel {
- float: left;
- padding: 0;
-}
-
-.my-WordsPanel-selected {
- background-color: rgb(147,194,241);
-}
-
-.my-WordsPanel-focused {
- background-color: rgb(147,194,241);
- border: 1px solid #666;
-}
-
-.my-WordLabel {
- float: left;
- padding: 2px;
-}
-
-.my-TextEdit {
- width: 100%;
- height: 100%;
- border: 1px solid #666;
- padding: none;
- margin: none;
-}
-
-.my-ChoiceListBox {
- width: 100%;
- height: 100%;
- background-color: #eee;
-}
-
-.my-EditorPanel {
- border: 1px solid #666;
- background-color: #eee;
-}
-
-.my-AbstractTree {
- width: 100%;
- height: 100%;
-}
-
-.my-AbstractTree .gwt-TreeItem {
- cursor: hand;
- cursor: pointer;
-
- padding: 0 10px;
-}
-
-.my-AbstractTree .gwt-TreeItem-selected {
- background-color: #ffc;
-}
-
-.my-CommandsMenu {
- margin: 0 auto;
- width: 100%;
- font-size: 80%;
- background-color: #eee;
-}
-
-.my-CommandsMenu .gwt-MenuItem {
- cursor: hand;
- cursor: pointer;
-
- padding: 0 10px;
-}
-
-.my-CommandsMenu .gwt-MenuItem-selected {
- background-color: #ffc;
-}
-
-.my-Magnet {
- float: left;
- margin: 0.3em;
- border-width: 1px;
- border-style: solid;
- border-color: black;
- padding: 0.3em;
- color: black;
- background-color: white;
-}
-
-.my-Magnet {
- float: left;
- margin: 0.3em;
- border-width: 1px;
- border-style: solid;
- border-color: black;
- padding: 0.3em;
- color: black;
- background-color: white;
-}
-
-.my-FridgeBagPopup {
- padding: 0.2em;
- width: 500px;
-}