Skip to content
Snippets Groups Projects
Commit 570784ee authored by Vijay Tilak's avatar Vijay Tilak
Browse files

Fixes for Mobile Responsive layout - updated Styles.less to remove...

Fixes for Mobile Responsive layout - updated Styles.less to remove borderbottom for nav-tabs and also include missing styles from vtiger/master.
parent bc1c688a
No related branches found
No related tags found
1 merge request!569Fixes for Mobile Responsive layout - Styles.less
......@@ -8472,6 +8472,12 @@ input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.moduleIcon .custom-module {
font-weight: bold;
}
.navbar-fixed-top {
z-index: 1095 !important;
}
body .fc {
overflow:auto;
}
.margin0 {
margin : 0
}
......@@ -8487,6 +8493,9 @@ input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.bg-white {
background: #FFFFFF;
}
.nav-tabs {
border-bottom: 0;
}
@media all and (min-width:0px) and (max-width: 600px) {
//Responsive Table
table.summary-table>tbody>tr>td,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment