[MOD] Layout Tiles And Sort Button
This commit is contained in:
parent
9e876f7e9d
commit
9f8d989ce7
@ -77,6 +77,8 @@
|
||||
}
|
||||
}
|
||||
.o_form_statusbar {
|
||||
|
||||
min-height: 34px;
|
||||
> .o_statusbar_status {
|
||||
> .o_arrow_button {
|
||||
background-color: #ffffff;
|
||||
|
@ -10,4 +10,9 @@
|
||||
> tfoot {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
//To Remove Sorting Arrow In List View
|
||||
.o-sort-up.o_column_sortable:after{
|
||||
opacity:0;
|
||||
}
|
||||
}
|
||||
|
@ -45,7 +45,8 @@
|
||||
width: 132px !important;
|
||||
height: 40px;
|
||||
margin: 0px -1px -1px 0px;
|
||||
padding: 0;
|
||||
//For Button In Single Tiles From padding: 0 To;
|
||||
padding:5px 10px;
|
||||
border-radius: 0;
|
||||
border-color: #ccc;
|
||||
background: white;
|
||||
@ -55,6 +56,10 @@
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
&:focus{
|
||||
color:#333333;
|
||||
}
|
||||
|
||||
.o_button_icon {
|
||||
display: inline-block;
|
||||
width: 37px;
|
||||
|
Loading…
Reference in New Issue
Block a user