Mobile theme W.I.P.:

- Fix styling for link_to widget
This commit is contained in:
Hadi Nategh 2016-04-11 08:21:43 +00:00
parent 28a59d0d29
commit 5e65949ac8
2 changed files with 23 additions and 6 deletions

View File

@ -7889,9 +7889,8 @@ form[id^="tracker-"] .dialogHeadbar {
font-size: 18pt; font-size: 18pt;
} }
body .et2_link_to div { body .et2_link_to div {
height: 40px; height: 46px;
padding-bottom: 3px; padding-bottom: 3px;
width: 99% !important;
} }
body .et2_link_to .et2_file { body .et2_link_to .et2_file {
margin: 0; margin: 0;
@ -7900,7 +7899,15 @@ form[id^="tracker-"] .dialogHeadbar {
body .et2_link_to .et2_file .et2_file_span, body .et2_link_to .et2_file .et2_file_span,
body .et2_link_to .et2_file .et2_file_spanHover, body .et2_link_to .et2_file .et2_file_spanHover,
body .et2_link_to .et2_file .et2_file_upload { body .et2_link_to .et2_file .et2_file_upload {
height: 25px !important; height: 46px;
width: 46px;
}
body .et2_link_to.et2_toolbar div.et2_file {
width: 46px;
}
body .et2_link_to.et2_toolbar button.et2_vfs_btn {
width: 46px;
height: 46px !important;
} }
body .chzn-container ul.chzn-choices { body .chzn-container ul.chzn-choices {
background: none; background: none;

View File

@ -1053,18 +1053,28 @@
} }
.et2_link_to { .et2_link_to {
div { div {
height:40px; height:46px;
padding-bottom: 3px; padding-bottom: 3px;
width: 99% !important;
} }
.et2_file { .et2_file {
margin: 0; margin: 0;
padding:0; padding:0;
.et2_file_span, .et2_file_spanHover, .et2_file_upload { .et2_file_span, .et2_file_spanHover, .et2_file_upload {
height:25px !important; height:46px;
width:46px;
} }
} }
} }
.et2_link_to.et2_toolbar {
div.et2_file {
width:46px;
}
button.et2_vfs_btn {
width:46px;
height: 46px !important;
}
}
/*Chosen*/ /*Chosen*/
.chzn-container { .chzn-container {
ul.chzn-choices { ul.chzn-choices {