Revision beb3739a
Von Sven Schöling vor mehr als 2 Jahren hinzugefügt
css/design40/less/specials.less | ||
---|---|---|
168 | 168 |
content:url("../../image/map-earth.png"); |
169 | 169 |
} |
170 | 170 |
} |
171 |
|
|
172 |
|
|
173 |
/* styling for input to textarea switch */ |
|
174 |
span.area-input { |
|
175 |
span.switch-to-textarea { |
|
176 |
&:after { |
|
177 |
content: url("../../image/pencil.png"); |
|
178 |
vertical-align: top; |
|
179 |
} |
|
180 |
} |
|
181 |
} |
css/design40/less/tables.less | ||
---|---|---|
532 | 532 |
&.project_picker { |
533 | 533 |
margin: -0.3em 0 0 0 ; |
534 | 534 |
} |
535 |
// switch form element
|
|
536 |
&.switch-form-element {
|
|
535 |
// area input element
|
|
536 |
&.area-input {
|
|
537 | 537 |
padding: 0 !important ; |
538 | 538 |
margin: -0.3em 1px 0 0 !important ; |
539 | 539 |
} |
css/design40/style.css | ||
---|---|---|
2801 | 2801 |
table.tbl-horizontal td > span.project_picker { |
2802 | 2802 |
margin: -0.3em 0 0 0; |
2803 | 2803 |
} |
2804 |
table.tbl-horizontal td > span.switch-form-element {
|
|
2804 |
table.tbl-horizontal td > span.area-input {
|
|
2805 | 2805 |
padding: 0 !important ; |
2806 | 2806 |
margin: -0.3em 1px 0 0 !important; |
2807 | 2807 |
} |
... | ... | |
5109 | 5109 |
img.icon-map { |
5110 | 5110 |
content: url("../../image/map-earth.png"); |
5111 | 5111 |
} |
5112 |
/* styling for input to textarea switch */ |
|
5113 |
span.area-input span.switch-to-textarea:after { |
|
5114 |
content: url("../../image/pencil.png"); |
|
5115 |
vertical-align: top; |
|
5116 |
} |
|
5112 | 5117 |
/* ------------------------------------------------------------- */ |
5113 | 5118 |
/* JQUERY UI (jquery-ui.less) */ |
5114 | 5119 |
/* ------------------------------------------------------------- */ |
Auch abrufbar als: Unified diff
design40: area-input switch-to-textarea button styling