summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_read.scss
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-04-24 11:28:36 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-04-24 11:31:32 -0300
commitdf6bf7fea5ab81ab6ae61ad8595da3f7f5f62db4 (patch)
tree592e30a7197f0eac9a47efaf5660d9e85948d8c9 /web-ui/app/scss/_read.scss
parentd7968a5feb8d556f40f77274da32921e83465d9e (diff)
Rearranging the compose box element to be align the same way the full email view for reading is; removing inline styles from an html tag to a proper css class
Diffstat (limited to 'web-ui/app/scss/_read.scss')
-rw-r--r--web-ui/app/scss/_read.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss
index 7235df72..d621f672 100644
--- a/web-ui/app/scss/_read.scss
+++ b/web-ui/app/scss/_read.scss
@@ -32,6 +32,13 @@
height: 27px;
margin-right: 3px;
}
+
+ .full-view-header {
+ display:inline-block;
+ padding-top: 5px;
+ width:95%;
+ flex-shrink:1;
+ }
}
h3 {
margin-bottom: 0;