Changeset 5962
- Timestamp:
- Feb 15, 2012, 12:35:05 PM (11 years ago)
- Location:
- trunk/www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/overview/failures.jsp
r5957 r5962 109 109 tr.failure 110 110 { 111 border-bottom: 1px dotted #A0A0A0;112 111 border-top: 1px dotted #A0A0A0; 113 112 cursor: pointer; … … 134 133 <div class="absolutefull" onmousemove="parent.DragDrop.drag(event)" onmouseup="parent.DragDrop.endDrag(event)" > 135 134 136 <div class="absolutefull filled " style="height: 2em; padding-left: 1em;">135 <div class="absolutefull filled bottomborder" style="height: 2em; padding-left: 1em;"> 137 136 <table style="width: 100%; height: 100%;"><tr><td><b> 138 137 <% … … 158 157 { 159 158 %> 160 <div class="absolutefull topborder" style="top: 2em;">159 <div class="absolutefull" style="top: 2em; margin-top: 1px;"> 161 160 <table style="width: 100%; border-collapse: collapse;"> 162 161 <% -
trunk/www/include/styles/table.css
r5960 r5962 90 90 { 91 91 border: 1px solid #A0A0A0; 92 border-bottom: 0px; 92 93 } 93 94 … … 97 98 width: 100%; 98 99 border-collapse: collapse; 100 border-bottom: 1px solid #A0A0A0; 99 101 } 100 102 … … 170 172 } 171 173 172 .itemlist div.data th.propertyfilter input 174 .itemlist div.data th.propertyfilter input[type="text"] 173 175 { 174 176 width: 97%; … … 178 180 .itemlist div.data > table > tbody.rows > tr 179 181 { 180 border- top: 1px dotted #A0A0A0;182 border-bottom: 1px dotted #A0A0A0; 181 183 } 182 184
Note: See TracChangeset
for help on using the changeset viewer.