Viewing File mobile/mobile.css of 0.01.1a
|
1: /* ------------------------------------------------------------- 2: This file is part of FreeDESK 3: 4: FreeDESK is (C) Copyright 2012 David Cutting 5: 6: FreeDESK is free software: you can redistribute it and/or modify 7: it under the terms of the GNU General Public License as published by 8: the Free Software Foundation, either version 3 of the License, or 9: (at your option) any later version. 10: 11: FreeDESK is distributed in the hope that it will be useful, 12: but WITHOUT ANY WARRANTY; without even the implied warranty of 13: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14: GNU General Public License for more details. 15: 16: You should have received a copy of the GNU General Public License 17: along with FreeDESK. If not, see www.gnu.org/licenses 18: 19: For more information see www.purplepixie.org/freedesk/ 20: -------------------------------------------------------------- */ 21: 22: body 23: { 24: font-family: Verdana, sans-serif; 25: font-size: 12pt; 26: margin: 0px; 27: } 28: 29: div.header 30: { 31: background-color: black; 32: color: white; 33: font-weight: bold; 34: padding: 0.5em 0.5em 0.5em 1.0em; 35: -moz-border-radius-bottomright: 1em; 36: border-bottom-right-radius: 1em; 37: -moz-border-radius-bottomleft: 1em; 38: border-bottom-left-radius: 1em; 39: } 40: 41: div.container 42: { 43: padding: 0.5em; 44: } 45: 46: input.mobLogin 47: { 48: width: 95%; 49: background-color: #f9f9f9; 50: border: solid 1px black; 51: font-size: 14pt; 52: } 53: 54: 55: table.reqList 56: { 57: width: 95%; 58: } 59: 60: table.reqList tr.row0 61: { 62: /* */ 63: } 64: 65: input.openButton 66: { 67: background-color: white; 68: border: solid 1px #909090; 69: padding: 0.5em; 70: } 71: 72: table.reqList tr.row1 73: { 74: background-color: #f0f0f0; 75: } 76: 77: table.reqList tr.row1 input.openButton 78: { 79: background-color: #f0f0f0; 80: border: solid 1px #909090; 81: padding: 0.5em; 82: } 83: 84: table.reqList tr.row0:hover 85: { 86: background-color: #f0fff0; 87: } 88: 89: table.reqList tr.row1:hover 90: { 91: background-color: #e0f0e0; 92: } 93: 94: table.reqList td 95: { 96: padding: 0.5em 0.1em 0.5em 0.1em; 97: } 98: 99: a 100: { 101: text-decoration: none; 102: } 103: 104: div.update 105: { 106: /* */ 107: } 108: 109: div.update_header 110: { 111: background-color: #e0e0e0; 112: font-weight: bold; 113: font-size: 10pt; 114: width: 95%; 115: } 116: 117: div.update_content 118: { 119: margin-bottom: 1em; 120: width: 95%; 121: } 122: 123: textarea.update 124: { 125: width: 95%; 126: height: 5em; 127: } 128: 129: select.update 130: { 131: width: 95%; 132: } 133: 134: