forked from evoluteur/evolutility-ui-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction-filter.less
More file actions
112 lines (95 loc) · 1.62 KB
/
Copy pathaction-filter.less
File metadata and controls
112 lines (95 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
// evolutility : action-filter.css
// https://github.com/evoluteur/evolutility
// Copyright (c) 2015, Olivier Giulieri
@color-condition: #f0ad4e;
.evo-bNew, .evo-bAdd, .evo-bDel, .evo-bSubmit {
margin:1px 6px 6px 1px;
}
.evo-lBold{
font-weight: bold;
}
.evo-lLight{
font-weight: normal;
}
.evo-zfilters{
padding-bottom: 6px;
> a {
//background-color: @color-condition;
//color: #fff;
margin: 1px 2px 2px 1px;
padding: 3px 2px;
clear: left;
/*
&:hover,
&:active{
//background-color: @color-condition;
//color: #fff;
text-decoration: none;
}
*/
>span.ui-button-text{
padding: 4px 33px 4px 12px;
}
>button{
float: none !important;
margin: 2px 2px 0 4px;
}
}
.glyphicon-remove{
margin:0 6px;
}
}
.evo-filters.panel{
min-height:50px;
padding:0 1px 1px 6px;
> a {
margin:1px 6px 6px 1px;
padding-right:6px;
}
}
.evo-filters{
>.close{
margin-right: 4px;
}
}
.evo-editFilter{
vertical-align: middle;
&:last-child{
clear:left;
}
&:after,
> button,>a{
clear: left;
}
.as-Txt{
line-height: 30px;
}
> #value{
margin-right:5px;
line-height: 30px;
>label{
margin-left:6px;
margin-right:6px;
>input[type="checkbox"],
>input[type="radio"]{
margin-right: 10px;
}
}
}
> select,
> input,
> span{
float: left;
margin:1px 6px 6px 1px;
font-size: 1.1em;
width:auto;
}
input[type="number"]#value,
input[type="time"]#value,
input[type="time"]#value2 {
width:6em;
}
input.hasDatepicker{
width:7em;
}
}