comparison sites/all/modules/quicktabs/css/quicktabs-admin.css @ 2:b74b41bb73f0

-- Google analytics module
author danieleb <danielebarchiesi@me.com>
date Thu, 22 Aug 2013 17:22:54 +0100
parents
children
comparison
equal deleted inserted replaced
1:67ce89da90df 2:b74b41bb73f0
1
2 /* Admin form */
3
4 #qt-tablist-table .form-type-select label,
5 #qt-tablist-table .form-type-textfield label {
6 float: left;
7 clear: left;
8 min-width: 120px;
9 margin-right: 10px;
10 }
11 #qt-tablist-table .form-item {
12 margin-bottom: 5px;
13 }
14 #qt-tablist-table .form-item .description {
15 margin-top: 3px;
16 }
17 #qt-tablist-table .qt-tab-title {
18 width: 130px;
19 height: 125px;
20 }
21 #qt-tablist-table .qt-tab-type,
22 #qt-tablist-table .qt-tab-remove {
23 width: 100px;
24 }
25
26 #qt-tablist-table .description {
27 white-space: normal;
28 }
29
30 #qt-tablist-table .qt-tab-title .form-item .form-text {
31 width: 80px;
32 }
33 #qt-tablist-table .qt-tab-type label.option {
34 width: auto;
35 }
36 #qt-tablist-table .qt-tab-content .form-item .form-text {
37 width: 150px;
38 }
39 #qt-tablist-table .qt-tab-options-form {
40 border-bottom: 1px solid #999;
41 padding: 5px;
42 }
43 html.js #qt-tablist-table .qt-tab-options-form {
44 display: none;
45 border-bottom: none;
46 padding: 0px;
47 }
48 #qt-tablist-table .qt-tab-remove label,
49 #quicktabs-form #add-more-tabs-button label {
50 font-weight: bold;
51 float: left;
52 clear: left;
53 width: auto;
54 }
55 #quicktabs-form #add-more-tabs-button {
56 width: 100px;
57 display: block;
58 margin-top: 20px;
59 float: right;
60 }
61 #quicktabs-form .add-tab,
62 #qt-tablist-table .delete-tab {
63 display: block;
64 overflow: hidden;
65 width: 39px;
66 height: 23px;
67 padding: 0;
68 margin: 0;
69 border: 0;
70 text-indent: -9999px;
71 cursor: pointer;
72 }
73
74 #quicktabs-form .add-tab {
75 background: transparent url(../add-tab.gif) no-repeat 0 -3px;
76 }
77 #quicktabs-form .delete-tab {
78 background: transparent url(../delete-tab.gif) no-repeat 0 0;
79 }