Merge branch 'gaurav-web' into 'master'

[MOD] Layout Tiles And Sort Button

See merge request flectra-hq/flectra!29
This commit is contained in:
Parthiv Patel 2018-03-02 06:15:02 +00:00
commit 89bf2d249f
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;