source: DASISH/t5.6/client/branches/webannotator-basic/chrome/markingcollection/skin/classic/markingcollection/property.css @ 5428

Last change on this file since 5428 was 5428, checked in by stephanie.roth@snd.gu.se, 10 years ago

Added new branch for work on schema change related client fixes.

File size: 276 bytes
Line 
1/* ::::: PROPERTIES ::::: */
2
3dialog {
4        width: 450px;
5}
6
7tab {
8        min-width: 80px;
9        text-align: center;
10}
11
12rows#mcPropRows row {
13        min-height: 2.2em;
14        margin-bottom: 3px;
15}
16
17row > textbox[readonly="true"] {
18        -moz-appearance: none !important;
19        border: none;
20}
Note: See TracBrowser for help on using the repository browser.