mirror of
https://github.com/moparisthebest/mail
synced 2025-01-14 06:58:15 -05:00
cleanup css
This commit is contained in:
parent
18fe55af7a
commit
49884d94d5
src
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Mail</title>
|
<title>Mail</title>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
<link rel="stylesheet" media="all" href="css/all.min.css" type="text/css">
|
<link rel="stylesheet" media="all" href="css/all.min.css" type="text/css">
|
||||||
|
|
||||||
<!-- The Scripts -->
|
<!-- The Scripts -->
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<!-- Theses CSP rules are used as a fallback in runtimes such as PhoneGap where setting http headers is not possbile. -->
|
<!-- Theses CSP rules are used as a fallback in runtimes such as PhoneGap where setting http headers is not possbile. -->
|
||||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; object-src 'none'; connect-src 'self' https://keys.whiteout.io; img-src 'self' data:;">
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; object-src 'none'; connect-src 'self' https://keys.whiteout.io; img-src 'self' data:;">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
<link rel="stylesheet" media="all" href="css/all.min.css" type="text/css">
|
<link rel="stylesheet" media="all" href="css/all.min.css" type="text/css">
|
||||||
|
|
||||||
<!-- The Scripts -->
|
<!-- The Scripts -->
|
||||||
|
@ -7,4 +7,9 @@
|
|||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-search {
|
||||||
|
width: 93%;
|
||||||
|
-webkit-appearance: searchfield;
|
||||||
}
|
}
|
@ -32,11 +32,6 @@
|
|||||||
padding: 0 $padding-horizontal $padding-vertical $padding-horizontal;
|
padding: 0 $padding-horizontal $padding-vertical $padding-horizontal;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
input {
|
|
||||||
width: 93%;
|
|
||||||
-webkit-appearance: searchfield;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-wrapper {
|
.list-wrapper {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<input class="input-text" type="search" results="5" ng-model="searchText" placeholder=" Filter...">
|
<input class="input-text input-search" type="search" results="5" ng-model="searchText" placeholder=" Filter...">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="list-wrapper" ng-iscroll="state.nav.currentFolder.messages.length">
|
<div class="list-wrapper" ng-iscroll="state.nav.currentFolder.messages.length">
|
||||||
|
Loading…
Reference in New Issue
Block a user