]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/style.css
Merge branch 'search'
[xonotic/xonstat.git] / xonstat / static / css / style.css
index b2e104ac69517eb60306fa464cd60058c02bc7e9..2dde72c7d851f875e3cd94db69bf8894c2cceda5 100755 (executable)
@@ -101,7 +101,7 @@ code {
        margin:12px 15px;
        white-space: pre;
 }
-table { width:100%; }
+/*table { width:100%; }*/
 input { font-family: 'Xolonium', 'Arial', 'Helvetica'; }
 /* helpers */
 .clearfix:after {
@@ -191,6 +191,12 @@ input { font-family: 'Xolonium', 'Arial', 'Helvetica'; }
        text-align:center;
 }
 
+/* pagination */
+.pagination {
+    padding-right: 8px;
+}
+
+
 /* drop-down navigation */
 .nav, .nav ul {
        list-style: none;
@@ -368,9 +374,12 @@ input[type=text]:hover, .textbox:hover { background-position:-128px -32px; }
     margin-bottom: 10px;
     width:100%;
 }
-#player-index-table{
+#player-index-table, #server-index-table{
     width: 600px;
 }
+#map-index-table {
+    width: 300px;
+}
 #recent-games {
     width: 950px;
 }
@@ -406,6 +415,9 @@ tr.odd.blue {
 tr.even.blue {
        background-color:#000F4C;
 }
+#search_form td {
+    border: none;
+}
 
 /* column-specific table widths */
 .create-dt{