Index: gm/rebaseline_server/static/new/css/app.css |
diff --git a/gm/rebaseline_server/static/view.css b/gm/rebaseline_server/static/new/css/app.css |
similarity index 78% |
copy from gm/rebaseline_server/static/view.css |
copy to gm/rebaseline_server/static/new/css/app.css |
index 80f28091c4cde28372740db9ab83e2c514ecfeb2..b7ea37ebc1631ff5e868093294074a602847ec4d 100644 |
--- a/gm/rebaseline_server/static/view.css |
+++ b/gm/rebaseline_server/static/new/css/app.css |
@@ -1,79 +1,34 @@ |
-/* Special alert areas at the top of the page. */ |
-.todo-div { |
- background-color: #bbffbb; |
-} |
-.warning-div { |
- background-color: #ffbb00; |
-} |
- |
-.tab-wrapper { |
- margin-top: 10px; |
-} |
+/* app css stylesheet */ |
-.tab { |
- display: inline-block; |
- font-size: 20px; |
- padding: 5px; |
- border-top-left-radius: 5px; |
- border-top-right-radius: 5px; |
- position: relative; |
+.digit-4 { |
jcgregorio
2014/09/04 18:37:32
.digit4 to keep it consistent with all the other n
stephana
2014/09/05 14:37:16
Agreed. This one is actually not necessary used in
|
+ width: 4em !important; |
jcgregorio
2014/09/04 18:37:32
Why the need for !important?
stephana
2014/09/05 14:37:16
This one is being removed, but in general I am usu
jcgregorio
2014/09/05 18:21:45
Won't that be a problem later if you want to chang
stephana
2014/09/05 20:50:59
The digit4 class was residue from an earlier versi
|
} |
-/* Tab which has been selected. */ |
-.tab-true { |
- background-color: #ccccff; |
- border: 1px solid black; |
- border-bottom-width: 0px; |
- bottom: -1px; |
-} |
-/* All other tabs. */ |
-.tab-false { |
- background-color: #8888ff; |
- cursor: pointer; |
+.formPadding { |
+ padding-left: 2em !important; |
+ padding-right: 0 !important; |
} |
-.tab-false:hover { |
- background-color: #aa88ff; |
+.controlBox { |
+ border-left: 1px solid #ddd; |
+ border-right: 1px solid #ddd; |
+ border-bottom: 1px solid #ddd; |
+ padding-right: 0; |
+ width: 100%; |
+ padding-top: 2em; |
} |
-/* Spacers between tabs. */ |
-.tab-spacer { |
- display: inline-block; |
-} |
-/* The main working area (connected to the selected tab). */ |
-.tab-main { |
- background-color: #ccccff; |
- border: 1px solid black; |
+.simpleLegend { |
+ font-size: 16px; |
+ margin-bottom: 3px; |
+ width: 95%; |
} |
-.update-results-button { |
- font-size: 30px; |
+.settingsForm { |
+ padding-left: 1em; |
+ padding-right: 0; |
} |
-/* Odd and even lines within results display. */ |
-.results-odd { |
- background-color: #ddffdd; |
-} |
-.results-even { |
- background-color: #ddddff; |
-} |
- |
-.show-only-button { |
- font-size: 8px; |
-} |
-.show-all-button { |
- font-size: 8px; |
-} |
- |
-.image-link { |
- text-decoration: none; |
-} |
- |
-.results-header { |
- overflow: hidden; |
- padding: 10px; |
- background-color: #ccccff; |
-} |
.results-header-actions { |
jcgregorio
2014/09/04 18:37:32
.resultsHeaderActions
Same for .sort-desc and the
stephana
2014/09/05 14:37:16
Done.
|
float: right; |
@@ -102,3 +57,19 @@ |
padding-left: 13px; |
margin-left: 4px; |
} |
+ |
+.updateBtn { |
+ padding-top: 1em; |
+ margin-left: 0; |
+} |
+ |
+.filterBox { |
+ border: 1px solid #DDDDDD; |
+ margin-right: 1em; |
+ padding-top: 5px; |
+ padding-bottom: 5px; |
+} |
+ |
+.filterKey { |
+ font-weight: bold; |
+} |