mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Mobile theme W.I.P.:
- Fix styling for link_to widget
This commit is contained in:
parent
28a59d0d29
commit
5e65949ac8
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user