icons right aligned
This commit is contained in:
parent
2ea4b1b364
commit
92bd9b4e71
|
@ -101,6 +101,7 @@ Navbar
|
|||
|
||||
#icons{
|
||||
text-align:right;
|
||||
float: right;
|
||||
height: 50%;
|
||||
line-height: 52px;
|
||||
float:right;
|
||||
|
@ -273,6 +274,10 @@ Media Queries
|
|||
#icons{
|
||||
text-align:center;
|
||||
padding:0;
|
||||
height: 50%;
|
||||
line-height: 52px;
|
||||
float:right;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.mainHeader h3{
|
||||
|
@ -309,8 +314,13 @@ Media Queries
|
|||
#icons{
|
||||
text-align:center;
|
||||
padding:0;
|
||||
height: 50%;
|
||||
line-height: 52px;
|
||||
float:right;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
body{
|
||||
margin-top:105px;
|
||||
}
|
||||
|
@ -365,7 +375,7 @@ Sidebar
|
|||
}
|
||||
|
||||
.modal-body{
|
||||
padding: 20px 20px 10px 20px; # reduces the default paddings
|
||||
padding: 20px 20px 10px 20px;
|
||||
}
|
||||
|
||||
.modal{
|
||||
|
|
Loading…
Reference in New Issue