Skip to content
Snippets Groups Projects
Commit 3f7dc21f authored by Jay Alvarez's avatar Jay Alvarez
Browse files

ui bugs fixed:

-- view-edit screen has no padding around table
-- developed by aptivate - disappears on smaller screens
-- view-edit screen has no padding around table
parent 1c028b9a
Branches
No related tags found
No related merge requests found
...@@ -39,12 +39,14 @@ body { ...@@ -39,12 +39,14 @@ body {
@media(min-width:@screen-xs-min) { @media(min-width:@screen-xs-min) {
#page-wrapper { #page-wrapper {
margin-top:50px; margin-top:50px;
padding:0 @padding-large-horizontal;
} }
} }
@media(min-width:@screen-xs)and (max-width:@screen-sm-min){ @media(min-width:@screen-xs)and (max-width:@screen-sm-min){
#page-wrapper { #page-wrapper {
margin-top:96px; margin-top:96px;
margin-bottom:60px;
} }
} }
...@@ -284,7 +286,7 @@ body { ...@@ -284,7 +286,7 @@ body {
.project-info{ .project-info{
width: 100%; width: 100%;
background-color: @gray-lightest; background-color: @gray-lightest;
height: 50px; height: 30px;
.box-shadow(0 -2px 4px rgba(0, 0, 0, 0.3)); .box-shadow(0 -2px 4px rgba(0, 0, 0, 0.3));
bottom: 0; bottom: 0;
padding-top: @padding-small-vertical; padding-top: @padding-small-vertical;
...@@ -321,6 +323,12 @@ body { ...@@ -321,6 +323,12 @@ body {
} }
} }
@media(max-width:@screen-sm){
.site-info {
text-align:center;
}
}
// Buttons // Buttons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment