Sha256: e05907323886be01de5a610b5107c84db3a8f8f54723ea831c34fd7f662af397

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 KB

Contents

@import "compass_twitter_bootstrap";

/* Top menu bar (app name, login...): 
   It's full width so border-radius is unnecessary */
.navbar-inner{
  border-radius:0px;
}
/* Top menu tweaks */
.dev-user-changer{
  margin-top:3px;
  opacity:0.8;
  border-radius:4px;
}
.dev-user-changer select{
  margin-bottom:5px;
}





/* Main menu bar (model links): search box*/
.form-search{
  margin:4px 4px 0 0;
}
.form-search i {
  margin: -20px 0 0 162px;
  display: block;
  position:absolute;
}
#search-results-part{
  display:none;
}




/* Page heading */
.bootstrap-content{
  margin-top:16px;
}
h2.heading{
  margin-bottom:10px;
  line-height:24px;
}

/*  hidden-fields */
div.hidden-fields {
  display:none;
}

/* spinner */
.ajax-progress{
  padding: 0 20px 10px;
  background: url(ajax-loader.gif) no-repeat 0px 1px;
  display: none;
}

/* wrap with a position:absolute so the relatively positioned stuff inside doesn't leave a blank space */
#ajax-progress-wrapper {
  position: absolute;
}

/* input-many */
ul.input-many {list-style-type: none;}
ul.input-all  {list-style-type: none;}

ul.input-many > li { overflow:hidden; zoom:1;}
ul.input-many .input-many-item {float:left;}
ul.input-many div.buttons {float:left; margin-left:10px;}
li.input-many-template { display:none; }




/* Index page fix */
.index-page .content-body .table{
  clear:both;
}


/* collection */
ul.collection > li { margin-left: 0; list-style: none;}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hobo_bootstrap-2.0.0.pre1 vendor/assets/stylesheets/hobo_bootstrap.scss