- Timestamp:
- 02/25/15 18:00:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ipdb.css
r697 r703 142 142 143 143 /* Need to normalize down to onw of these someday */ 144 . warning {144 .delwarning { 145 145 background-color: #000000; 146 146 font-family: Verdana, Arial, Helvetica, sans-serif; … … 149 149 padding: 2px; 150 150 } 151 .warning { 152 border: solid 2px #FFFF00; 153 color: #333300; 154 background-color: #e0e0e0; 155 text-align: center; 156 padding: 5px; 157 } 158 151 159 .warnmsg { 152 160 border: solid 2px #FFFF00; … … 158 166 } 159 167 160 hr.w60 { 161 width: 60%; 162 } 163 hr.w30 { 164 width: 30%; 165 } 168 /* some standard width widgets */ 169 .w70 { width: 70%; } 170 .w60 { width: 60%; } 171 .w30 { width: 30%; } 166 172 167 173 /* Reverse DNS odds and ends. Commented bits are either info-reminders or … … 210 216 .revdata { 211 217 background-color: #C8D3DE; 218 position: relative; 212 219 } 213 220 .host { 214 221 width: 450px; 215 222 // width: 35em; 223 } 224 /* and tack on some positioning magic for an action button or two */ 225 .button_l { 226 position: absolute; 227 bottom: 0; 228 left: 4px; 229 } 230 .button_r { 231 position: absolute; 232 bottom: 0; 233 right: 4px; 216 234 } 217 235
Note:
See TracChangeset
for help on using the changeset viewer.