Fixed Email, Save on Mn Sdcard (B2G), Increased font size, Color Picker closed by clicking outside

This commit is contained in:
Mahdi Dibaiee
2014-02-20 13:36:52 +03:30
parent 63ac7fe5a3
commit a8c78d482d
17 changed files with 86 additions and 65 deletions

View File

@ -364,6 +364,7 @@ body {
overflow: hidden;
width: 100%;
height: 100%;
position: absolute;
}
*::-moz-focus-inner {
border: none;
@ -527,23 +528,21 @@ header #title {
left: -2rem;
}
#menu {
width: 15rem;
width: 15.4rem;
height: 100%;
display: block;
background: #262626;
position: absolute;
left: -15rem;
left: -15.4rem;
top: 5rem;
color: white;
font-family: 'MozTT-Light';
font-size: 8pt;
transition: left 0.2s ease-out;
transition: left 0.3s ease-out;
border-collapse: collapse;
overflow-y: auto;
overflow: hidden;
}
#menu.pulled {
left: 0;
transition: left 0.2s ease-out;
transition: left 0.3s ease-out;
}
#menu button[id^='set'],
#menu p,
@ -554,8 +553,8 @@ header #title {
color: white;
text-align: left;
margin: 1rem 2.5rem;
font-family: 'MozTT-Light';
font-size: 8pt;
font-family: 'MozTT-Light' !important;
font-size: 9pt;
padding: 0 0.6rem;
cursor: pointer;
}
@ -565,6 +564,7 @@ header #title {
#menu span {
float: right;
font-size: 7pt;
padding-top: 0.3rem;
}
#menu div[role='slider'] {
width: 60%;
@ -588,6 +588,7 @@ header #title {
#menu *[class^='icon'] {
display: block;
margin: 1rem 0.5rem;
font-family: 'MozTT-Regular' !important;
}
#menu *[class^='icon']:nth-of-type(2) {
padding-top: 0.5rem;
@ -617,6 +618,7 @@ header #title {
display: table-row;
vertical-align: top;
margin-top: 1rem;
width: 100%;
}
#menu .bottom {
width: 100%;