source: extensions/url_uploader/template/style.css @ 19804

Last change on this file since 19804 was 19804, checked in by mistic100, 11 years ago

add plugin URL Uploader

File size: 801 bytes
Line 
1.showInfo {
2  position:static;
3  display:inline-block;
4  padding:1px 6px;
5  width:4px;
6  height:14px;
7  line-height:14px;
8  font-size:0.8em;
9}
10
11FORM.properties SPAN.property {
12  width:180px;
13}
14
15a.delete {
16  display:inline-block;
17  width:16px;
18  height:16px;
19  border:none;
20}
21
22table.table2 {
23  margin-bottom:10px;
24  width:100%;
25}
26.table2 .throw {
27  font-size:12px;
28}
29.table2 .throw th {
30  text-align:left !important;
31  line-height:20px;
32}
33.table2 tbody td {
34  height:18px;
35}
36.table2 tbody tr:not(:last-child) td:not(:last-child) {
37  border-bottom:1px solid rgba(0, 0, 0, 0.3);
38}
39.table2 tbody tr.error {
40  background:rgba(255, 0, 0, 0.3);
41}
42
43#urls {
44  width:630px;
45  height:140px;
46  margin-bottom:5px;
47  font-size:12px;
48  line-height:14px;
49}
50.textAreaWithLines {
51  font-size:12px;
52  line-height:14px;
53}
Note: See TracBrowser for help on using the repository browser.