Commit aa2b51a6c3a6b68c4302ebd67743c964dfae7b6f

Authored by Filipe Medeiros
2 parents 10310d4c c564425c

Merge branch 'refactoring' of https://github.com/amadeusproject/amadeuslms into refactoring

Showing 1 changed file with 13 additions and 8 deletions   Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -41,9 +41,9 @@ @@ -41,9 +41,9 @@
41 41
42 .comment-section .comment .comment-img { 42 .comment-section .comment .comment-img {
43 padding-left: 10px; 43 padding-left: 10px;
44 - padding-right: 10px; 44 + padding-right: 10px;
45 } 45 }
46 - 46 +
47 47
48 48
49 /* Bottom Menu */ 49 /* Bottom Menu */
@@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
52 } 52 }
53 53
54 .bottom-menu { 54 .bottom-menu {
55 - position: fixed; 55 + position: fixed;
56 bottom: 0px; 56 bottom: 0px;
57 width: 100%; 57 width: 100%;
58 padding: 0px 30px; 58 padding: 0px 30px;
@@ -138,7 +138,7 @@ @@ -138,7 +138,7 @@
138 margin-left: -30px; 138 margin-left: -30px;
139 margin-right: -30px; 139 margin-right: -30px;
140 } 140 }
141 - 141 +
142 .navbar .navbar-form { 142 .navbar .navbar-form {
143 margin-top: 0px !important; 143 margin-top: 0px !important;
144 } 144 }
@@ -158,7 +158,7 @@ @@ -158,7 +158,7 @@
158 } 158 }
159 159
160 .users-cloud .small a { 160 .users-cloud .small a {
161 - 161 +
162 display:none; 162 display:none;
163 } 163 }
164 164
@@ -177,7 +177,7 @@ @@ -177,7 +177,7 @@
177 177
178 .comment-section .comment .comment-img { 178 .comment-section .comment .comment-img {
179 padding-left: 5px; 179 padding-left: 5px;
180 - padding-right: 5px; 180 + padding-right: 5px;
181 } 181 }
182 } 182 }
183 183
@@ -211,7 +211,7 @@ @@ -211,7 +211,7 @@
211 .language-selector-on-header .title{ 211 .language-selector-on-header .title{
212 display:none; 212 display:none;
213 } 213 }
214 - 214 +
215 .navbar { 215 .navbar {
216 height: 50px; 216 height: 50px;
217 } 217 }
@@ -258,4 +258,9 @@ @@ -258,4 +258,9 @@
258 .mural .post_make .post-field h4 { 258 .mural .post_make .post-field h4 {
259 line-height: 1.6em; 259 line-height: 1.6em;
260 } 260 }
261 -}  
262 \ No newline at end of file 261 \ No newline at end of file
  262 +}
  263 +@media(max-width:610px){
  264 + .outside-title{
  265 + font-size:1em;
  266 + }
  267 +}