Vier mobile: better jot buttons on small screens

This commit is contained in:
Fabrixxm 2016-02-03 15:01:24 +01:00
parent 1ddae21cff
commit f21e3e46c7
2 changed files with 15 additions and 2 deletions

View File

@ -166,6 +166,19 @@ aside.show {
.tabs.show::after { display: none; } .tabs.show::after { display: none; }
.tabs.show .tab { display: block; } .tabs.show .tab { display: block; }
/* jot buttons */
#profile-jot-submit,
#jot-preview-link {
float: none;
display: block;
width: 100%;
margin: 0 0 1em 0;
}
#profile-jot-submit-wrapper > div {
margin: 0 1em 1em 0;
}
#profile-jot-submit-wrapper > div#profile-jot-perms { margin: 0; }
/* ACL window */ /* ACL window */
#profile-jot-acl-wrapper, #profile-jot-acl-wrapper * { box-sizing: border-box; } #profile-jot-acl-wrapper, #profile-jot-acl-wrapper * { box-sizing: border-box; }
#acl-wrapper { width: 100%; float: none; } #acl-wrapper { width: 100%; float: none; }

View File

@ -127,8 +127,8 @@ img {
.icon { .icon {
background-color: transparent ; background-color: transparent ;
background-repeat: no-repeat; background-repeat: no-repeat;
width: 18px; width: 20px;
height: 18px; height: 20px;
/* display: block; */ /* display: block; */
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;