trabajo-afectivo/app/assets/stylesheets/zzz.css

127 lines
1.7 KiB
CSS
Raw Normal View History

2012-04-10 14:06:46 +00:00
body {
padding-top:60px;
}
/*
#content > *:not(.active) {
display: none !important;
}
*/
[class^="icon-"],
[class*=" icon-"] {
background-image: url("../assets/glyphicons-halflings.png");
}
/*
*
*/
.hero-unit .small {
font-size: 12px;
line-height: 20px;
color: #999999;
}
/*
* removed margin of forms to not break the layout with submit buttons within <form></form> area e. g. for modal dialogs
*/
form {
margin: 0 0 0 0;
}
2012-04-10 14:06:46 +00:00
.edit {
min-height:30px;
}
.edit:focus {
color: #000000;
outline: 0;
}
.delete {
background:url("../assets/close.png") no-repeat;
text-indent: -9999em;
border: 0;
width: 40px;
height: 40px;
cursor:pointer;
float: right;
position: relative;
top: -15px;
left: 30px;
margin: 4px;
clear: right;
}
/*
.dropdown-menu {
min-width: 220px;
}
*/
footer {
// margin-top: 17px;
padding-top: 17px;
border-top: 1px solid #EEE;
}
.form-horizontal .controls {
margin-left: 150px;
}
.search-query {
width: 160px;
}
.keepleft {
float: left;
}
.keepright {
float: right;
2012-04-10 14:06:46 +00:00
}
.update-box {
margin-left: 10px;
}
.ticket-answer .well {
margin-left: 0;
margin-right: 20px;
}
.ticket-answer .avatar {
margin-left: 0;
}
.ticket-answer .span8 { width: 560px; }
2012-04-10 14:06:46 +00:00
.article {
margin-left: 0;
2012-04-10 14:06:46 +00:00
padding-top: 4px;
padding-bottom: 4px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.article-message {
padding-left: 4px;
}
.internal {
background-color: #f2dede;
border-color: #eed3d7;
border: 1px solid #fbeed5;
}
.customer-info {
width:86%;
padding-top: 5px;
padding-left: 20px;
padding-right: 10px;
}