Merge branch 'gaurav-web' into 'master'
[MOD] Layout Tiles And Sort Button See merge request flectra-hq/flectra!29
This commit is contained in:
commit
89bf2d249f
@ -77,6 +77,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.o_form_statusbar {
|
.o_form_statusbar {
|
||||||
|
|
||||||
|
min-height: 34px;
|
||||||
> .o_statusbar_status {
|
> .o_statusbar_status {
|
||||||
> .o_arrow_button {
|
> .o_arrow_button {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
@ -10,4 +10,9 @@
|
|||||||
> tfoot {
|
> tfoot {
|
||||||
border-top: 0;
|
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;
|
width: 132px !important;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin: 0px -1px -1px 0px;
|
margin: 0px -1px -1px 0px;
|
||||||
padding: 0;
|
//For Button In Single Tiles From padding: 0 To;
|
||||||
|
padding:5px 10px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
background: white;
|
background: white;
|
||||||
@ -55,6 +56,10 @@
|
|||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus{
|
||||||
|
color:#333333;
|
||||||
|
}
|
||||||
|
|
||||||
.o_button_icon {
|
.o_button_icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 37px;
|
width: 37px;
|
||||||
|
Loading…
Reference in New Issue
Block a user