Added full services working, refresh, create, delete, updated look

This commit is contained in:
Raynaldo Rivera
2014-10-08 00:46:58 -07:00
parent 1315649c19
commit d095478e4f
15 changed files with 463 additions and 183 deletions

View File

@@ -2,7 +2,7 @@ body
{
font-family: 'Lato', 'sans-serif';
}
.profile
.profile
{
min-height: 150px;
width: 450px;
@@ -22,15 +22,15 @@ figcaption.ratings a:hover
color:#f39c12;
text-decoration:none;
}
.divider
.divider
{
border-top:1px solid rgba(0,0,0,0.1);
}
.emphasis
.emphasis
{
border-top: 4px solid transparent;
}
.emphasis:hover
.emphasis:hover
{
border-top: 4px solid #1abc9c;
}
@@ -38,7 +38,7 @@ figcaption.ratings a:hover
{
margin-bottom:0;
}
span.tags
span.tags
{
background: #1abc9c;
border-radius: 2px;
@@ -46,28 +46,28 @@ span.tags
font-weight: bold;
padding: 2px 4px;
}
.dropdown-menu
.dropdown-menu
{
background-color: #34495e;
background-color: #34495e;
box-shadow: none;
-webkit-box-shadow: none;
width: 250px;
margin-left: -125px;
left: 50%;
}
.dropdown-menu .divider
.dropdown-menu .divider
{
background:none;
background:none;
}
.dropdown-menu>li>a
{
color:#f5f5f5;
}
.dropup .dropdown-menu
.dropup .dropdown-menu
{
margin-bottom:10px;
}
.dropup .dropdown-menu:before
.dropup .dropdown-menu:before
{
content: "";
border-top: 10px solid #34495e;
@@ -78,4 +78,8 @@ span.tags
left: 50%;
margin-left: -10px;
z-index: 10;
}
}
.fixed_button_width {
width: 78px !important;
}