Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/editors.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/webroot/css/editors.css')
-rw-r--r--site/app/webroot/css/editors.css127
1 files changed, 2 insertions, 125 deletions
diff --git a/site/app/webroot/css/editors.css b/site/app/webroot/css/editors.css
index 0c25025..4c11658 100644
--- a/site/app/webroot/css/editors.css
+++ b/site/app/webroot/css/editors.css
@@ -63,29 +63,9 @@ div.error_message {
}
#filterTable {
width: 100%;
- margin: 0 auto;
- padding-bottom: 10px;
}
-#filterTable div.group {
- display: -moz-inline-box;
- display: inline-block;
- margin: 10px;
-}
-#filterTable div.left {
- text-align: left;
-}
-#filterTable div.left div {
- margin: 5px 0;
-}
-#filterTable div.left label {
- float: left;
- width: 150px;
-}
-#filterTable div.buttons {
- clear: both;
-}
-input#FilterAddonOrAuthor {
- width:250px;
+#filterTable td {
+ text-align: center;
}
#sessionNotice {
text-align: center;
@@ -372,106 +352,3 @@ div.autocomplete ul li {
padding-left:5px;
color: #f33;
}
-/* flagged add-ons */
-table#flagged tr.even { background-color: #eeeeff; }
-
-/* editors/performance */
-form#performanceFilter > div {
- margin: 5px;
-}
-input#user {
- width: 250px;
-}
-.performanceHeader {
- margin-top: 20px;
- margin-bottom: 10px;
- padding-left: 24px;
- font-size: 160%;
- color: #426a13;
- background: #abe071 url('../img/sprite.png?20090430') 0px 0px no-repeat;
- border-bottom: 1px solid #79be1b;
-}
-.performanceHeader.collapsible span {
- display: block;
- margin-left: -17px;
- padding-left: 17px;
- background: transparent url('../img/sprite.png?20090430') 0px -318px no-repeat;
-}
-.performanceHeader.collapsible.expanded span {
- background-position: 0px -261px;
-}
-#historyTable th {
- font-weight: bold;
- border-bottom: 1px solid gray;
-}
-#weeklyTable th {
- font-weight: bold;
- border-bottom: 1px solid gray;
-}
-th.numeric {
- text-align: right;
-}
-td.numeric {
- text-align: right;
-}
-th.headerSort {
- cursor: pointer;
- background-image: url('../img/developers/sort-bg.gif');
- background-repeat: no-repeat;
- background-position: center right;
- padding-right: 20px;
- background-color: #e6eeee;
-}
-th.headerSortDown {
- background-image: url('../img/developers/sort-asc.gif');
- background-color: #ccccff;
-}
-th.headerSortUp {
- background-image: url('../img/developers/sort-desc.gif');
- background-color: #ccccff;
-}
-#tabTable #details,
-#tabTable #charts {
- border-bottom: 1px solid black;
- text-align: left;
- vertical-align: bottom;
-}
-.html-rtl #tabTable #details,
-.html-rtl #tabTable #charts {
- text-align: right;
-}
-#performanceUserSelect {
- float:right;
-}
-.html-rtl #performanceUserSelect {
- float:left;
-}
-.performancePieContainer {
- height: 200px;
- margin: 10px 5px;
-}
-#byCatTeamChart,
-#byCatUserChart {
- width: 200px;
- float: left;
- clear: left;
-}
-.html-rtl #byCatTeamChart,
-.html-rtl #byCatUserChart {
- float: right;
- clear: left;
-}
-#performanceTeamLegend,
-#performanceUserLegend {
- float: left;
- margin: 0 10px;
-}
-#performanceTeamLegend div,
-#performanceUserLegend div {
- margin: 0.2em;
- padding: 0 0.2em;
-}
-.html-rtl #performanceTeamLegend,
-.html-rtl #performanceUserLegend {
- float: right;
-}