Ignore:
Timestamp:
Jul 26, 2015, 4:47:49 PM (9 years ago)
Author:
alloc
Message:

Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/webserver/css/style.css

    r244 r245  
    1 /* Generic page layout */
     1/*========================================
     2-   Generic page layout
     3*/
    24
    35body {
     
    1214}
    1315
    14 .adminmenu,
     16.adminnavbar,
    1517.admincontent {
    1618        position: absolute;
     
    1921}
    2022
    21 .adminmenu {
     23
     24/*========================================
     25-   Menu bar
     26*/
     27
     28.adminnavbar {
    2229        width: 200px;
    2330        left: 0;
     
    2532}
    2633
    27 .adminmenu .current_tab {
     34.adminnavbar > div {
     35        margin: 5px;
     36}
     37
     38/*----------------------------------------
     39-   Menu entries
     40*/
     41
     42.adminnavbar ul {
     43        margin-top: 5px;
     44}
     45
     46.adminnavbar #adminmenu .menu_button {
     47        display: none;
     48}
     49
     50.adminnavbar #adminmenu .menu_button.allowed {
     51        display: inline;
     52}
     53
     54.adminnavbar #adminmenu .menu_button a {
     55        color: #000;
     56        text-decoration: none;
     57}
     58
     59.adminnavbar #adminmenu .current_tab {
    2860        font-weight: bold;
    2961        text-transform: uppercase;
    3062}
    3163
    32 .adminmenu .menu_button a {
     64/*----------------------------------------
     65-   Server stats
     66*/
     67
     68.adminnavbar #serverstats {
     69        margin-bottom: 20px;
     70        display: none;
    3371        color: #000;
    34 }
    35 
    36 .adminmenu #userstate {
    37         position: absolute;
    38         bottom: 5px;
    39         left: 5px;
    40         right: 5px;
     72        text-decoration: none;
     73}
     74
     75.adminnavbar #serverstats #stats_time {
     76        white-space: nowrap;
     77}
     78
     79/*----------------------------------------
     80-   Session state box
     81*/
     82
     83.adminnavbar #userstate {
     84        position: absolute;
     85        bottom: 0px;
     86        left: 0px;
     87        right: 0px;
    4188        background-color: green;
    4289}
    4390
    44 .adminmenu #userstate #username {
     91.adminnavbar #userstate #username {
    4592        padding-left: 10px;
    4693}
    4794
    48 .adminmenu #userstate > div {
    49         display: none;
    50 }
     95.adminnavbar #userstate > div {
     96        display: none;
     97}
     98
     99
     100/*========================================
     101-   Content area
     102*/
    51103
    52104.admincontent {
     
    54106        right: 0;
    55107        left: 200px;
    56         background-color: #fff;
     108        background-color: #a04;
     109}
     110
     111.admincontent #nopermissionwarning {
     112        margin: 20px 50px;
    57113}
    58114
     
    78134
    79135
    80 /* Inventory dialog overlay */
     136/*========================================
     137-   Inventory dialog
     138*/
    81139
    82140#info {
     
    91149        margin: 0px;
    92150        border-collapse: collapse;
    93         background-color: #303030;
    94151}
    95152.invField {
     
    99156        margin: 0px;
    100157        border: 1px solid gray;
     158        background-color: #303030;
    101159        background-size: 58px;
    102160        background-repeat: no-repeat;
     
    112170                1px 1px 0 #000;
    113171}
     172
     173#equipmentTable .invFieldText {
     174        display: none;
     175}
     176
    114177.inventoryButton {
    115178        color: #00ff00;
     
    126189        z-index:1010 !important;
    127190}
     191
    128192
    129193
Note: See TracChangeset for help on using the changeset viewer.