[MOD] Layout Tiles And Sort Button

This commit is contained in:
gaurav_patel123 2018-02-28 14:40:44 +05:30
parent 9e876f7e9d
commit 9f8d989ce7
3 changed files with 13 additions and 1 deletions

View File

@ -77,6 +77,8 @@
}
}
.o_form_statusbar {
min-height: 34px;
> .o_statusbar_status {
> .o_arrow_button {
background-color: #ffffff;

View File

@ -10,4 +10,9 @@
> tfoot {
border-top: 0;
}
//To Remove Sorting Arrow In List View
.o-sort-up.o_column_sortable:after{
opacity:0;
}
}

View File

@ -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;