Skip to content

Instantly share code, notes, and snippets.

@randika
Created March 4, 2013 05:46
Show Gist options
  • Save randika/5080213 to your computer and use it in GitHub Desktop.
Save randika/5080213 to your computer and use it in GitHub Desktop.
@import "bootstrap";
body { padding-top: 60px;}
@import "bootstrap-responsive";
@media (max-width: 767px) {
.sidebar-nav-fixed {
width:auto;
}
}
@media (max-width: 979px) {
.sidebar-nav-fixed {
position:static;
width: auto;
}
}
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*/
.content {
padding: 0 20px 20px 20px;
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
box-shadow: 0 1px 2px rgba(0,0,0,.15);
background-color: white;
}
footer{
font-size: 90%;
}
.label-danger {
background-color: #B94A48;
}
.sidebar-nav-fixed {
position:fixed;
top:60px;
width:21.97%;
}
/* Widgets */
.progress-thin {
height: 5px;
}
.black_links{
color: #333333;
}
/* overide progress bar background color*/
.progress {
background-color: #999999;
background-image: linear-gradient(to bottom, whitesmoke, #999999);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment