Changeset 495 for trunk/phpbms/common
- Timestamp:
- 04/15/09 20:08:21 (3 years ago)
- Location:
- trunk/phpbms/common/stylesheet/mozilla
- Files:
-
- 10 added
- 2 modified
-
image/snapshot-separator.png (added)
-
pages/base/snapshot.css (modified) (4 diffs)
-
pages/base/widgets.css (added)
-
queryresults.css (modified) (5 diffs)
-
widgets (added)
-
widgets/base (added)
-
widgets/base/events.css (added)
-
widgets/base/systemstats.css (added)
-
widgets/base/workload.css (added)
-
widgets/bms (added)
-
widgets/bms/recentclients.css (added)
-
widgets/bms/recentsalesorders.css (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/pages/base/snapshot.css
r485 r495 1 /* $Rev: 450 $ | $LastChangedBy: nate $ */ 2 /* $LastChangedDate: 2009-03-05 17:32:04 -0700 (Thu, 05 Mar 2009) $ */ 1 h2{ 2 margin: 0; 3 padding: 3px 2px 0; 4 border:0; 5 font-size:15px 6 } 3 7 4 8 #systemMessageContainer{ … … 6 10 color: white; 7 11 padding: 4px 10px 10px; 8 margin:0 5px8px;12 margin:0 0 8px; 9 13 } 10 14 … … 12 16 color: white; 13 17 margin: 0 0 5px 20px; 18 padding: 0 0 4px; 14 19 font-size: 15px; 15 20 } … … 52 57 } 53 58 54 #notesStuff{ 55 margin:0 4px 6px; 59 /* Widget Area */ 60 /* ========================================================================= */ 61 #bigArea{ 62 width: 70%; 63 float:left; 64 } 65 #bigArea.littleLeft{ 66 float: right; 67 } 68 69 #bigArea .widgets{ 70 margin: 0 10px 10px 0; 71 } 72 73 #bigArea.littleLeft .widgets{ 74 margin: 0 0 10px 10px; 75 } 76 77 #littleArea{ 78 width:30%; 79 float:right; 56 80 } 57 81 58 #notesStuff table{ 59 width:100% 82 #littleArea.littleLeft{ 83 float: left; 84 } 85 86 #littleArea .widgets{ 87 margin: 0 0 10px 10px; 88 } 89 90 #littleArea.littleLeft .widgets{ 91 margin: 0 10px 10px 0; 92 } 93 94 #widgetContainer{ 95 background: url("../../image/snapshot-separator.png") repeat-y 70% 0; 60 96 } 61 97 62 #spacertd{ 63 overflow:hidden; 64 width:8px; 98 #widgetContainer.littleLeft{ 99 background-position: 30% 0; 100 } 101 102 #clearer{ 103 clear: both; 104 height: 10px; 105 overflow: hidden; 65 106 } 66 107 67 #tasksBox{68 vertical-align:top;69 padding:10px;108 .widgets{ 109 margin: 0; 110 padding: 0; 70 111 } 71 112 72 #tasksBox .box{ 73 margin:0; 113 .widgets h2{ 114 margin: 2px 4px 5px; 115 } 116 117 /* Widget Configure Area */ 118 /* ========================================================================= */ 119 120 .configure{ 121 height:20px; 74 122 } 75 123 76 h2{ 77 margin:3px 0 5px; 78 padding:0 0 4px; 79 border:0; 80 font-size:15px 124 #littleArea .configure{ 125 margin-left: 10px 126 } 127 128 #littleArea.littleLeft .configure{ 129 margin-left: 0; 130 } 131 132 #bigArea.littleLeft .configure{ 133 margin-left: 10px; 134 } 135 136 .configure div{ 137 position: absolute; 138 background: white; 139 padding: 8px; 140 display: none; 141 border: 1px solid #999999; 142 z-index: 100; 143 } 144 145 .configure div button{ 146 padding-left: 15px; 147 padding-right: 15px; 148 } 149 150 .configureButtons{ 151 display: none; 152 width: auto; 153 padding-left: 16px; 81 154 } 82 155 83 #tasksBox h3, #invoiceBox h3, #clientBox h3, #arBox h3{ 84 margin:0; 85 cursor:pointer;font-size:13px;background:#EEEEEE url("../../image/section-down.png") 99% 3px no-repeat; 86 padding:4px; 87 border-bottom:1px solid #BBBBBB; 156 .widgetOptions{ 157 float:right; 158 padding: 6px 6px 0 0; 159 display:none; 88 160 } 89 #invoiceBox h3, #clientBox h3, #arBox h3{90 margin-bottom:10px;91 }92 93 #arTotals td{width:100px;}94 95 #tasksBox h3:hover, #invoiceBox h3:hover, #clientBox h3:hover, #arBox h3:hover{96 background-color:#DDDDDD97 }98 99 .tasksDivs div{100 padding:5px 0 0;101 background:white;102 border-top:0;103 margin:0 5px;104 }105 106 .tasksDivs div div{107 clear: both;108 margin:0;109 padding:4px 4px 4px 8px;110 border-bottom:1px solid #EEEEEE;111 font-size:12px;112 }113 114 .tasksDivs div div:hover{115 background: #EEEEEE;116 }117 118 .tasksDivs div div.taskSection{119 font-weight: bold;120 border-bottom-color: #999999;121 padding-top: 16px;122 }123 124 .tasksDivs div div.taskSection:hover{125 background: #FFF;126 }127 128 .taskRight{129 padding-left: 2px;130 font-size: 10px;131 display: block;132 float: right;133 text-align: right;134 }135 136 .tasksDivs div div p{137 font-style: italic;138 font-size: 11px;139 padding: 2px 20px;140 }141 142 .tasksDivs a{143 font-weight:bold;144 }145 146 147 .tasksDivs .complete a {148 text-decoration:line-through;149 color:#CCCCCC;150 }151 152 .tasksDivs .pastDue a{color:#FF0000;}153 154 #eventsBox {margin:0;padding:0;}155 #eventsBox {vertical-align:top;padding:10px;}156 #eventsBox h2{margin:0; padding:4px 0 4px;}157 #eventsBox #eventsList table{border-collapse:collapse;}158 159 #eventsBox #eventsList td{160 padding:10px 5px;161 border-bottom:1px solid #DDDDDD;162 font-size:11px;163 }164 165 #eventsBox #eventsList .eventDayName td{166 font-size:13px;167 background:#EEEEEE;168 font-weight:bold;169 padding:4px;170 border-bottom:1px solid #BBBBBB;171 }172 173 #eventsBox #today td{174 background:#DDDDDD175 }176 177 #eventButtons {178 float:right;179 margin:0;180 padding:0;181 }182 183 #eventButtons li{184 list-style-type:none;185 display:inline;186 padding:0 4px 0 0;187 margin:0;188 }189 190 #eventButtons #lastEButton{191 padding-right:0px;192 }193 194 #icalA {195 float:left;196 height:16px;197 display:block;198 width:27px;199 background:url("../../image/button-ical.png") no-repeat;200 margin-top:3px;201 }202 #icalA span{display:none;}203 204 205 #bmsBox {padding:10px;}206 #bmsBox .rightButtons{float:right;margin:2px 2px 0 0;}207 #bmsBox h2{margin:0 0 4px;} -
trunk/phpbms/common/stylesheet/mozilla/queryresults.css
r308 r495 5 5 .row2{background-color:#D9DBE1;} 6 6 7 .buttonSectionTitles,.buttonSection{border: 1px #666666 solid; border-bottom: 0; 8 font-size:11px; padding:1px; padding-bottom:0px; 7 .buttonSectionTitles,.buttonSection{border: 1px #666666 solid; border-bottom: 0; 8 font-size:11px; padding:1px; padding-bottom:0px; 9 9 } 10 10 .buttonSection{border-top:0; padding-top:0; padding-bottom:1px;} … … 18 18 19 19 20 .querytable{ 20 .querytable{ 21 21 clear:both; 22 22 border:1px solid #BBBBBB; … … 24 24 } 25 25 26 .querytable td, .querytable th{ 27 font-size: 11px; 28 padding:6px; 29 border-right:1px solid #BBBBBB; 30 } 31 .norecords td { 32 font-size:16px; 33 padding:20px; 34 font-weight:bold; 35 text-align:center; 36 } 26 .querytable td, .querytable th{ 27 font-size: 11px; 28 padding:6px; 29 border-right:1px solid #BBBBBB; 30 } 31 32 .norecords td { 33 font-size:16px; 34 padding:20px; 35 font-weight:bold; 36 text-align:center; 37 } 37 38 38 39 .querytable th{ … … 47 48 .queryGroup td{ 48 49 background:#97A7BA; 49 font-size: 14px; 50 font-size: 14px; 50 51 font-weight:bold; 51 border-bottom:1px solid #BBBBBB; 52 border-bottom:1px solid #BBBBBB; 52 53 } 53 54 … … 59 60 60 61 .qr1 td,.qr2 td{background-color:white; 61 cursor: pointer; 62 cursor: pointer; 62 63 } 64 65 .simple .qr1 td, .simple .qr2 td{ 66 cursor: auto; 67 } 68 63 69 .qr2 td{background-color:#F5F6F8} 64 70