source: DASISH/t5.6/client/chrome/markingcollection/skin/classic/markingcollection/property.css @ 2709

Last change on this file since 2709 was 2709, checked in by sroth, 11 years ago

Wired-Marker initial source code with minor adjustments.

  • Property svn:executable set to *
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.