Mobile theme W.I.P.:

- Fix infolog first column width
This commit is contained in:
Hadi Nategh 2015-12-10 17:13:28 +00:00
parent d272c7bc7c
commit ec0dc6c75f
2 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ button#infolog-edit_encrypt {
}
/* tablets and smartphones */
@media only screen and (max-device-width: 1024px) {
#infolog-index_nm .gridCont_0_div_col_0 {
#infolog-index_nm .gridCont_0_div_col_0.innerContainer {
min-width: auto;
}
span.infolog_infoId:before {

View File

@ -402,7 +402,7 @@ button#infolog-edit_encrypt {
/* tablets and smartphones */
@media only screen and (max-device-width:1024px) {
#infolog-index_nm .gridCont_0_div_col_0 {
#infolog-index_nm .gridCont_0_div_col_0.innerContainer {
min-width: auto;
}