]> 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 ff25ef7b9615784c43d71931ed1c9eb23eedcfbd..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 {
@@ -118,7 +118,7 @@ input { font-family: 'Xolonium', 'Arial', 'Helvetica'; }
        width:1052px;
        background: transparent url('img/web_background_l2.png') no-repeat center top;
        margin:0 auto;
-       padding-top:244px;
+       padding-top:200px;
 }
 #content {
        position:relative;
@@ -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,7 +374,12 @@ input[type=text]:hover, .textbox:hover { background-position:-128px -32px; }
     margin-bottom: 10px;
     width:100%;
 }
-
+#player-index-table, #server-index-table{
+    width: 600px;
+}
+#map-index-table {
+    width: 300px;
+}
 #recent-games {
     width: 950px;
 }
@@ -404,6 +415,14 @@ tr.odd.blue {
 tr.even.blue {
        background-color:#000F4C;
 }
+#search_form td {
+    border: none;
+}
+
+/* column-specific table widths */
+.create-dt{
+    width: 150px;
+}
 
 /* Containers */
 #filter {