icons right aligned

This commit is contained in:
Suraj 2016-02-06 12:46:15 +05:30
parent 2ea4b1b364
commit 92bd9b4e71
1 changed files with 11 additions and 1 deletions

View File

@ -101,6 +101,7 @@ Navbar
#icons{ #icons{
text-align:right; text-align:right;
float: right;
height: 50%; height: 50%;
line-height: 52px; line-height: 52px;
float:right; float:right;
@ -273,6 +274,10 @@ Media Queries
#icons{ #icons{
text-align:center; text-align:center;
padding:0; padding:0;
height: 50%;
line-height: 52px;
float:right;
margin-top: 10px;
} }
.mainHeader h3{ .mainHeader h3{
@ -309,8 +314,13 @@ Media Queries
#icons{ #icons{
text-align:center; text-align:center;
padding:0; padding:0;
height: 50%;
line-height: 52px;
float:right;
margin-top: 10px;
} }
body{ body{
margin-top:105px; margin-top:105px;
} }
@ -365,7 +375,7 @@ Sidebar
} }
.modal-body{ .modal-body{
padding: 20px 20px 10px 20px; # reduces the default paddings padding: 20px 20px 10px 20px;
} }
.modal{ .modal{