Changeset 1136 for trunk/web-app/css
- Timestamp:
- Nov 15, 2010, 11:06:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/templateEditor.css
r1056 r1136 27 27 */ 28 28 .templateFields { list-style-type: none; margin: 0; padding: 0; width: 330px; } 29 .templateFields li { margin: 0 5px 3px 5px; padding: 3px 5px; }29 .templateFields li { margin: 0 5px 3px 5px; padding: 3px 5px; display: block; } 30 30 html>body .templateFields li { line-height: 16px; vertical-align: center; } 31 31 .ui-state-highlight { height: 17px; } … … 88 88 MozOpacity: 0.5; 89 89 -khtml-opacity:.50; 90 -ms-filter: âalpha(opacity=50)â;90 -ms-filter:"alpha(opacity=50)"; 91 91 -moz-opacity:.50; 92 92 filter:alpha(opacity=50);
Note: See TracChangeset
for help on using the changeset viewer.