Line | |
---|
1 | .editable-container .popover-title {
|
---|
2 | color:#438EB9;
|
---|
3 | }
|
---|
4 | .editable-click {
|
---|
5 | border-bottom:1px dashed #BBB;
|
---|
6 | cursor:pointer;
|
---|
7 | font-weight:normal;
|
---|
8 |
|
---|
9 | img& {
|
---|
10 | border:1px dotted #BBB;
|
---|
11 | }
|
---|
12 | &:hover {
|
---|
13 | border-color:#0088CC;
|
---|
14 | color:#0088CC;
|
---|
15 | img& {.opacity(0.75);}
|
---|
16 | }
|
---|
17 | }
|
---|
18 |
|
---|
19 |
|
---|
20 | .editable-buttons , .editable-input {
|
---|
21 | display:inline-block;
|
---|
22 | }
|
---|
23 | .editable-buttons {
|
---|
24 | margin-left:1px;
|
---|
25 | .btn {
|
---|
26 | padding:0;
|
---|
27 | width:28px;
|
---|
28 | line-height:24px;
|
---|
29 | border-width:3px;
|
---|
30 | font-size:12px;
|
---|
31 | margin:0 1px 0 0;
|
---|
32 | > [class*="icon-"] {
|
---|
33 | margin:0;
|
---|
34 | }
|
---|
35 | }
|
---|
36 | }
|
---|
37 | .editable-clear-x {
|
---|
38 | cursor:pointer;
|
---|
39 | color:#888;
|
---|
40 | background:none;
|
---|
41 | &:hover {
|
---|
42 | color:#D15B47;
|
---|
43 | }
|
---|
44 |
|
---|
45 | &:before {
|
---|
46 | display:inline-block;
|
---|
47 | content:"\f057";
|
---|
48 |
|
---|
49 | font-family:FontAwesome;font-size:15px;
|
---|
50 |
|
---|
51 | position:absolute;
|
---|
52 | margin-top:-9px;
|
---|
53 | width:16px; height:30px; line-height:30px;
|
---|
54 | text-align:center;
|
---|
55 | }
|
---|
56 | }
|
---|
57 |
|
---|
58 |
|
---|
59 |
|
---|
60 | .editable-input .ace-spinner {
|
---|
61 | margin-right:8px;
|
---|
62 | }
|
---|
63 |
|
---|
64 | .editable-inline .editable-slider {
|
---|
65 | margin-top:10px;
|
---|
66 | margin-right:4px;
|
---|
67 | }
|
---|
68 | .editable-popup .editable-slider {
|
---|
69 | display:block;
|
---|
70 | margin-bottom:16px;
|
---|
71 | margin-top:4px;
|
---|
72 | }
|
---|
73 | .editable-slider input{
|
---|
74 | display:none;
|
---|
75 | }
|
---|
76 |
|
---|
77 |
|
---|
78 |
|
---|
79 | .editable-input .ace-file-input {
|
---|
80 | display:block;
|
---|
81 | }
|
---|
82 | .editable-image .ace-file-multiple label.selected {
|
---|
83 | border-color:transparent;
|
---|
84 | }
|
---|
85 |
|
---|
86 | .editable-image + .editable-buttons , .editable-wysiwyg + .editable-buttons {
|
---|
87 | display:block;
|
---|
88 | text-align:center;
|
---|
89 | margin-top:8px;
|
---|
90 | }
|
---|
91 |
|
---|
92 | .editable-wysiwyg {
|
---|
93 | width:95%;
|
---|
94 | .wysiwyg-editor {
|
---|
95 | height:auto;
|
---|
96 | overflow-y:hidden;
|
---|
97 | }
|
---|
98 | }
|
---|
99 |
|
---|
100 |
|
---|
101 | .editableform {
|
---|
102 | .input-append.dropdown-menu {
|
---|
103 | display:none;
|
---|
104 | }
|
---|
105 | .open .input-append.dropdown-menu {
|
---|
106 | display:block;
|
---|
107 | }
|
---|
108 | }
|
---|
109 |
|
---|
110 | .editable-container .editableform {
|
---|
111 | margin-bottom:10px;
|
---|
112 | }
|
---|
113 | .editable-inline .editableform {
|
---|
114 | margin-bottom:0;
|
---|
115 | }
|
---|
116 |
|
---|
117 |
|
---|
118 |
|
---|
119 | .editableform-loading {
|
---|
120 | background:none;
|
---|
121 | [class*="icon-"] , .progress{
|
---|
122 | position:relative;
|
---|
123 | top:35%;
|
---|
124 | }
|
---|
125 | }
|
---|
126 |
|
---|
127 |
|
---|
128 |
|
---|
129 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.