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

1084 lines
16 KiB
CSS
Raw Normal View History

2013-07-30 13:58:33 +00:00
.glyphicon {
font-size: 13px;
}
2012-07-15 20:32:28 +00:00
.spinner {
float: left;
2014-03-20 08:51:02 +00:00
background:url("/assets/images/spinner.gif") no-repeat;
2012-07-15 20:32:28 +00:00
background-position: center center;
2013-08-19 20:46:19 +00:00
padding: 44px 10px 0 10px;
2012-07-15 20:32:28 +00:00
width: 10px;
height: 14px;
display: none;
}
2012-10-14 23:00:34 +00:00
table {
table-layout: fixed;
}
table th, table td {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
2013-07-30 13:58:33 +00:00
.table {
display: table;
}
.table .table-row {
display: table-row;
}
.table .table-cell{
vertical-align: top;
display: table-cell;
border-bottom: 1px solid #eeeeee;
}
2012-10-14 23:00:34 +00:00
2013-09-20 14:56:45 +00:00
.popover {
2013-09-22 20:55:04 +00:00
min-width: 240px;
2013-09-20 14:56:45 +00:00
z-index: 1110;
}
2013-08-05 00:03:27 +00:00
.hero-two {
width: 100%;
}
.hero-two .hero-left {
width: 50%;
float: left;
}
.hero-two .hero-right {
width: 50%;
float: right;
}
2013-09-17 08:48:49 +00:00
.content-one {
2014-04-07 06:39:45 +00:00
top: 78px;
2013-09-17 08:48:49 +00:00
margin-left: 20px;
margin-right: 20px;
/*
bottom: 0;
left: 0;
right: 0;
position: fixed;
*/
z-index: -5000;
}
2014-06-21 21:43:25 +00:00
/*
2013-09-17 08:48:49 +00:00
@media (min-width: 1024px) {
.content-one {
width: 1024px;
}
}
2014-06-21 21:43:25 +00:00
*/
2013-09-17 08:48:49 +00:00
2014-03-20 08:51:02 +00:00
.content-fix {
2014-04-07 06:39:45 +00:00
top: 78px;
2014-03-20 08:51:02 +00:00
bottom: 0;
left: 0;
right: 0;
z-index: -5000;
}
.content-fix .sidebar {
padding: 8px 10px 42px;
width: 260px;
height: 100%;
float: left;
border-right: 1px solid #eeeeee;
}
.content-fix .sidebar.nav-manage {
padding-left: 16px;
}
.content-fix .main {
z-index: -5000;
width: auto;
min-width: 760px;
height: 100%;
float: left;
margin-left: 264px;
padding-right: 16px;
padding-bottom: 10px;
padding-left: 14px;
position: absolute;
right: 0;
left: 0;
}
2013-07-30 13:58:33 +00:00
.content-two {
2014-04-07 06:39:45 +00:00
top: 78px;
2013-08-19 20:46:19 +00:00
bottom: 0;
left: 0;
right: 0;
2013-07-30 13:58:33 +00:00
position: fixed;
z-index: -5000;
}
2013-07-30 13:58:33 +00:00
.content-two .sidebar {
2013-09-18 19:03:42 +00:00
padding: 8px 10px 42px;
2013-08-04 22:03:13 +00:00
width: 200px;
2013-07-30 13:58:33 +00:00
height: 100%;
float: left;
position: absolute;
2013-08-04 22:03:13 +00:00
overflow-y: auto;
overflow-x: hidden;
2013-09-22 17:40:58 +00:00
border-right: 1px solid #eeeeee;
2013-07-30 13:58:33 +00:00
}
.content-two .sidebar.nav-manage {
padding-left: 16px;
}
.content-two .sidebar .nav > li > a {
padding: 8px 13px;
}
.content-two .sidebar .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.content-two .sidebar input,
.content-two .sidebar select {
height: 30px;
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.content-two .main {
2013-09-22 17:40:58 +00:00
width: auto;
min-width: 760px;
2013-07-30 13:58:33 +00:00
height: 100%;
float: left;
2013-08-04 22:03:13 +00:00
margin-left: 204px;
2013-09-22 17:53:23 +00:00
padding-right: 16px;
2013-07-30 13:58:33 +00:00
padding-bottom: 10px;
padding-left: 14px;
position: absolute;
2013-08-04 22:03:13 +00:00
overflow-y: auto;
overflow-x: hidden;
2013-09-22 20:55:04 +00:00
right: 0;
left: 0;
2013-07-30 13:58:33 +00:00
}
.content-two .main > .nav {
margin-top: 12px;
}
.content-two .meta {
display: none;
}
2014-03-20 08:51:02 +00:00
.panel-title {
font-size: 14px;
}
2013-07-30 13:58:33 +00:00
@media (min-width: 800px) {
.content-two .sidebar {
2013-08-04 22:03:13 +00:00
width: 240px;
2013-07-30 13:58:33 +00:00
}
.content-two .main {
2013-08-04 22:03:13 +00:00
margin-left: 244px;
2013-07-30 13:58:33 +00:00
}
.content-two .meta {
display: none;
}
}
@media (min-width: 1024px) {
.content-two .sidebar {
2013-08-04 22:03:13 +00:00
width: 260px;
2013-07-30 13:58:33 +00:00
}
.content-two .main {
2013-08-04 22:03:13 +00:00
margin-left: 264px;
2013-07-30 13:58:33 +00:00
}
.content-two .meta {
display: none;
}
}
@media (min-width: 1200px) {
.content-two .sidebar {
2013-08-04 22:03:13 +00:00
width: 280px;
2013-07-30 13:58:33 +00:00
}
.content-two .main {
2013-08-04 22:03:13 +00:00
margin-left: 284px;
2013-07-30 13:58:33 +00:00
}
.content-two .meta {
width: 140px;
2013-09-22 17:40:58 +00:00
/*
2013-07-30 13:58:33 +00:00
display: table-cell;
2013-09-19 21:26:57 +00:00
*/
display: none;
2013-07-30 13:58:33 +00:00
}
}
.content-cols {
display: table;
width: 100%;
height: 100%;
table-layout: fixed;
2013-08-19 20:46:19 +00:00
border-spacing: 0;
2013-07-30 13:58:33 +00:00
}
.content-cols .row {
2013-08-19 20:46:19 +00:00
margin: 0;
2013-07-30 13:58:33 +00:00
}
.content-cols .row2 > div {
display: table-cell;
vertical-align: top;
2013-08-19 20:46:19 +00:00
padding: 0 12px 0 12px;
2013-07-30 13:58:33 +00:00
}
.content-cols .row2 .sidebar {
border-right: 1px solid #eeeeee;
width: 160px;
}
.content-cols .sidebar input,
.content-cols .sidebar select {
height: 30px;
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.content-cols .sidebar .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.content-cols .row2 .main {
width: 600px;
}
.content-cols .row2 .meta {
display: none;
}
@media (min-width: 800px) {
.content-cols .row2 .sidebar {
width: 200px;
}
.content-cols .row2 .main {
width: 750px;
}
.content-cols .row2 .meta {
display: none;
}
}
@media (min-width: 1024px) {
.content-cols .row2 .sidebar {
width: 220px;
}
.content-cols .row2 .main {
width: 900px;
}
.content-cols .row2 .meta {
display: none;
}
}
@media (min-width: 1200px) {
.content-cols .row2 .sidebar {
width: 240px;
}
.content-cols .row2 .main {
width: 900px;
}
.content-cols .row2 .meta {
width: 200px;
display: table-cell;
}
}
.content-cols .nav-bar-stacked {
background-color: #f7f5fa;
}
.content-cols .nav-bar-stacked .active a {
border-right: 1px solid #563d7c;
}
2013-09-22 20:55:04 +00:00
#global-search {
width: 150px;
border-radius: 8px;
background-color: #f4f4f4;
}
#global-search:focus {
width: 200px;
background-color: #ffffff;
}
2013-07-30 13:58:33 +00:00
#task {
2013-04-18 12:41:58 +00:00
position: fixed;
display: table;
2013-04-18 12:41:58 +00:00
width: 100%;
2013-09-22 17:40:58 +00:00
min-width: 1000px;
2013-08-19 20:46:19 +00:00
top: 46px;
2013-07-30 13:58:33 +00:00
}
#task > .taskbar {
display: table-row;
z-index: 1040;
2013-04-18 12:41:58 +00:00
}
#task > .taskbar > div {
2013-08-19 20:46:19 +00:00
padding: 0 4px 4px 4px;
display: table-cell;
}
#task .task {
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2013-08-20 11:28:32 +00:00
display: inline-block;
}
#task .task > a,
#task .task > a:hover {
2013-04-18 12:41:58 +00:00
color: #ffffff;
text-decoration: none;
}
#task .btn-default .task > a,
#task .btn-default .task > a:hover {
color: #333333;
}
2013-07-30 13:58:33 +00:00
#task .taskbar .btn-small {
2013-09-17 08:48:49 +00:00
padding: 3px 8px 4px;
margin-top: 2px;
2013-07-30 13:58:33 +00:00
font-size: 11px;
font-weight: 300;
}
#task .taskbar .btn-default {
background-color: #c3c3c3;
border-color: #c3c3c3;
}
#task [data-type="close"] {
margin-left: 5px;
2013-08-19 20:46:19 +00:00
font-size: 13px;
top: 1px;
}
#task .taskbar-items {
}
#task .taskbar-new {
text-align: right;
padding-right: 12px;
}
2012-10-22 20:30:31 +00:00
.max-size-scroll {
max-height: 240px;
overflow-y: scroll;
}
2012-04-10 14:06:46 +00:00
/*
#content > *:not(.active) {
display: none !important;
}
*/
2012-08-24 18:54:57 +00:00
h1, h2, h3, h4, h5, h6 {
2014-07-02 15:15:50 +00:00
font-weight: normal;
2012-08-24 18:54:57 +00:00
}
h1 {
2014-07-02 15:15:50 +00:00
font-size: 23px;
line-height: 29px;
color: rgba(0,8,14,.73);
}
h2 {
2014-07-02 15:15:50 +00:00
font-size: 19px;
color: rgba(0,8,14,.73);
}
h3 {
2013-07-30 13:58:33 +00:00
font-size: 22px;
margin-top: 10px;
}
h4 {
font-size: 20px;
}
2013-08-04 22:03:13 +00:00
h5 {
font-size: 16px;
2012-11-03 08:52:22 +00:00
}
2013-07-30 13:58:33 +00:00
2014-07-02 15:15:50 +00:00
label {
text-transform: uppercase;
color: #999;
font-size: 12px;
font-weight: normal;
letter-spacing: 0.1em;
padding-left: 2px;
}
2013-08-04 22:03:13 +00:00
.form-group .help-message {
float: right;
margin-right: -23px;
margin-top: -23px;
}
2014-07-02 15:15:50 +00:00
2013-07-30 13:58:33 +00:00
.form-control {
2014-07-02 15:15:50 +00:00
height: 41px;
font-weight: normal;
box-shadow: none;
border-radius: 3px;
transition: none;
}
.form-control:focus {
box-shadow: none;
border-color: #419ed7;
}
.has-error .form-control,
.has-error .form-control:focus {
box-shadow: none;
border-color: red;
}
.help-inline {
color: red;
}
.content {
overflow: auto;
padding: 10px;
}
2014-07-02 15:15:50 +00:00
.content.fit {
background: #2c2d36;
}
2013-07-30 13:58:33 +00:00
.form-large {
width: 85%;
2013-09-22 20:55:04 +00:00
max-width: 700px;
2013-07-30 13:58:33 +00:00
}
.form-normal {
width: 70%;
2013-09-22 20:55:04 +00:00
max-width: 400px;
2013-07-30 13:58:33 +00:00
}
.form-small {
width: 50%;
2013-09-22 20:55:04 +00:00
max-width: 250px;
2013-07-30 13:58:33 +00:00
}
.form-normal fieldset {
margin-bottom: 10px;
}
.sidebar fieldset {
margin-bottom: 10px;
}
.form-horizontal label {
text-align: right;
float: left;
2013-08-19 20:46:19 +00:00
margin-left: 0;
margin-right: 0;
2013-07-30 13:58:33 +00:00
width: 130px;
margin-top: 7px;
}
.form-horizontal .form-group .checkbox label {
text-align: left;
width: 100%;
margin-top: 0;
margin-bottom: 4px;
}
2014-04-07 06:39:45 +00:00
/* to show checkboxes below in getting_started */
.form-stacked .form-group .checkbox label {
display: block
}
/*
* bootstrap changes
*/
/* improve pagination if only one page is shown */
.pagination li:only-child a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
2012-04-23 17:22:34 +00:00
/* improved spacing */
2014-04-24 06:42:03 +00:00
.pagination-count {
padding: 6px 6px;
float: left;
color: #999;
2012-08-22 13:56:22 +00:00
border: none;
line-height: 17px;
}
.page-header {
margin: 0 0 12px;
padding-bottom: 5px;
2013-07-30 13:58:33 +00:00
}
.page-header-title {
float: left;
}
.page-header-meta {
float: right;
padding-top: 20px;
}
.page-header .page-header-meta ul.pagination {
margin: 0 0 0 0;
}
2012-10-17 16:08:03 +00:00
.dropdown-menu {
/*
min-width: 270px;
*/
}
2013-09-18 13:06:57 +00:00
.dropdown-menu > li > a {
font-weight: 200;
max-width: 340px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2013-09-18 13:06:57 +00:00
}
2012-10-17 16:08:03 +00:00
.dropdown-menu .count {
2012-10-17 20:58:43 +00:00
padding-top: 1px;
2012-10-17 16:08:03 +00:00
margin-left: 10px;
}
.form-horizontal .help-inline, .form-horizontal .help-block {
font-size: 12px;
margin-top: 4px;
}
2012-10-17 16:08:03 +00:00
.form-horizontal .control-label {
width: 130px;
}
.form-horizontal .controls {
margin-left: 150px;
}
/* replace music icon with attachment */
.icon-attachment {
background-position: -24px 0;
}
2013-07-30 13:58:33 +00:00
/*
2013-07-30 13:58:33 +00:00
*
*/
2013-07-30 13:58:33 +00:00
.hero-unit {
2014-07-02 15:15:50 +00:00
width: 500px;
padding: 3px 25px 23px;
border: 1px solid #e5f0f5;
2013-07-30 13:58:33 +00:00
color: inherit;
2014-07-02 15:15:50 +00:00
background-color: white;
border-radius: 6px;
2013-09-18 13:06:57 +00:00
}
2012-11-12 14:05:53 +00:00
.hero-unit p {
font-size: 16px;
line-height: 22px;
}
.hero-unit .small {
font-size: 12px;
line-height: 20px;
color: #999999;
}
2014-07-02 15:15:50 +00:00
ol.tabs {
padding: 0;
list-style: decimal inside;
}
ol.tabs li {
display: list-item;
}
.tabs {
color: #b8b8b8;
border: 1px solid rgba(0,8,14,.08);
border-radius: 3px;
}
.tabs-condensed .tab {
padding-left: 5px;
padding-right: 5px;
}
.tab {
padding: 10px;
text-align: center;
border-right: 1px solid rgba(0,8,14,.08);
cursor: pointer;
flex-grow: 1;
}
.tab.active {
color: white;
background: #444a4f;
}
.tab:first-child {
border-radius: 3px 0 0 3px;
}
.tab:last-child {
border-radius: 0 3px 3px 0;
border-right: none;
}
.contain-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
/*
* 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;
}
2013-07-30 13:58:33 +00:00
form.form-inline select,
form.form-inline input[type="text"],
form.form-inline input[type="password"] {
width: 180px;
margin-right: 4px;
}
.modal-header {
padding: 10px 15px;
}
.modal .form-group .controls {
width: 65%;
}
.modal .form-group {
margin-bottom: 2px;
}
.modal-footer {
margin-top: 0;
padding: 14px 20px 20px;
}
.drox {
margin-bottom: 6px;
}
.drox-header {
padding: 8px 13px;
background-color: #f5f5f5;
color: #333333;
border-radius: 5px;
}
.drox-header .glyphicon {
display: none;
}
.drox-header:hover .glyphicon, .drox-header:focus .glyphicon {
display: inline-block;
color: #005580;
text-decoration: none;
}
.drox-header h3 {
font-size: 13px;
font-weight: 200;
margin-top: 2px;
margin-bottom: 2px;
}
.drox-body {
padding: 8px 13px;
}
.edit {
2013-08-04 22:03:13 +00:00
}
.edit .form-group {
margin-bottom: 2px;
}
2013-09-18 07:07:45 +00:00
.edit select, .edit input {
2013-08-04 22:03:13 +00:00
height: 30px;
2012-04-10 14:06:46 +00:00
}
.edit:focus {
color: #000000;
outline: 0;
}
.edit-title {
}
.edit-title small {
font-size: 12px;
}
2013-09-22 22:07:11 +00:00
2012-04-10 14:06:46 +00:00
.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;
2013-07-30 13:58:33 +00:00
left: 30px;
2012-04-10 14:06:46 +00:00
margin: 4px;
clear: right;
}
footer {
2013-07-30 13:58:33 +00:00
clear: both;
padding-top: 10px;
2013-07-30 13:58:33 +00:00
padding-left: 10px;
padding-right: 22px;
2012-04-10 14:06:46 +00:00
}
2012-11-07 09:04:16 +00:00
.can-move {
cursor: move;
}
2012-12-07 00:01:43 +00:00
.can-move-placeholder {
2012-11-07 09:04:16 +00:00
border: 1px dashed #DDD;
background: #EEE;
margin-top: 5px;
margin-bottom: 5px;
}
2013-08-04 22:03:13 +00:00
.customer_info {
}
.customer_info ul.nav > li {
width: 50%;
}
.customer_info ul.nav > li > a {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.customer_info .thumbnail {
position: absolute;
right: 20px;
2013-08-04 22:03:13 +00:00
}
.customer_info textarea {
padding-left: 10px;
width: 100%;
border-color: #eee;
}
2013-09-18 21:04:18 +00:00
.bulk-action {
position: absolute;
width: 100%;
}
2013-10-21 19:00:58 +00:00
.sidebar .action {
2013-09-18 18:45:07 +00:00
padding: 6px 8px 6px;
position: fixed;
bottom: 0px;
background-color: #fff;
width: 100%;
left: 0px;
border-top: 1px solid #eeeeee;
2013-09-22 17:53:23 +00:00
width: 194px;
2013-09-18 18:45:07 +00:00
margin-left: 4px;
}
@media (min-width: 800px) {
2013-10-21 19:00:58 +00:00
.sidebar .action {
2013-09-22 17:53:23 +00:00
width: 234px;
2013-09-18 18:45:07 +00:00
}
}
@media (min-width: 1024px) {
2013-10-21 19:00:58 +00:00
.sidebar .action {
2013-09-22 17:53:23 +00:00
width: 254px;
2013-09-18 18:45:07 +00:00
}
}
@media (min-width: 1200px) {
2013-10-21 19:00:58 +00:00
.sidebar .action {
2013-09-22 17:53:23 +00:00
width: 274px;
2013-09-18 18:45:07 +00:00
}
2013-07-30 13:58:33 +00:00
}
2012-11-07 09:04:16 +00:00
2013-09-22 22:07:11 +00:00
.avatar {
2013-07-30 13:58:33 +00:00
padding-left: 6px;
2013-08-04 22:03:13 +00:00
padding-top: 4px;
2013-07-30 13:58:33 +00:00
width: 70px;
float: left;
2013-09-22 22:43:00 +00:00
overflow: hidden;
2012-04-10 14:06:46 +00:00
}
2013-09-22 22:07:11 +00:00
.avatar ul {
2013-07-30 13:58:33 +00:00
padding-left: 20px;
}
2013-09-22 22:07:11 +00:00
.ticket-article-view {
max-width: 750px;
}
.ticket-article {
padding: 8px 0 6px 2px;
min-height: 116px;
2013-09-22 22:07:11 +00:00
margin: 2px 0;
}
.ticket-article-item {
border-bottom: 1px solid #eeeeee;
}
.ticket-article-item:last-child {
border-bottom: none;
}
.ticket-article h4 {
margin-top: 2px;
margin-bottom: 6px;
}
.ticket-article.well {
padding: 4px 0 20px 2px;
margin-top: 4px;
}
.ticket-article-meta {
border-bottom: 1px solid #eeeeee;
padding-bottom: 10px;
}
.ticket-article-message {
padding-left: 6px;
padding-top: 4px;
margin-left: 70px;
}
.ticket-edit .ticket-article-message {
padding-right: 40px;
}
.message {
padding-top: 6px;
padding-bottom: 6px;
}
2013-08-04 22:03:13 +00:00
.ticket-update {
width: 100%;
}
2013-07-30 13:58:33 +00:00
.ticket-update .span2 {
2013-09-18 18:45:07 +00:00
width: 152px;
2013-07-30 13:58:33 +00:00
margin-right: 4px;
2012-04-23 21:44:47 +00:00
}
2013-07-30 13:58:33 +00:00
.ticket-update .medium {
width: 160px;
}
2012-04-10 14:06:46 +00:00
.show_toogle {
font-size: 10px;
line-height: 12px;
color: #999999;
}
.well-muted {
2012-04-23 21:44:47 +00:00
background-color: whiteSmoke;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2013-07-30 13:58:33 +00:00
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2012-04-10 14:06:46 +00:00
}
.internal {
background-color: #f2dede;
border-color: #eed3d7;
border: 1px solid #fbeed5;
2013-09-22 22:07:11 +00:00
border-radius: 4px;
2012-04-10 14:06:46 +00:00
}
2012-08-24 18:54:57 +00:00
.merged, .merge:hover {
text-decoration: line-through;
}
.not-active {
text-decoration: line-through;
}
.not-active a {
color: #bbb;
}
2013-07-30 13:58:33 +00:00
.navbar {
min-height: 46px;
2013-09-22 17:40:58 +00:00
min-width: 1000px;
2013-07-30 13:58:33 +00:00
}
2013-08-19 20:46:19 +00:00
.navbar-form {
margin-top: 6px;
margin-bottom: 6px;
2013-09-22 20:55:04 +00:00
padding: 0;
2013-07-30 13:58:33 +00:00
}
.navbar-brand {
2014-04-07 06:39:45 +00:00
height: auto;
2013-07-30 13:58:33 +00:00
line-height: 18px;
font-weight: 200;
2013-08-19 20:46:19 +00:00
padding-top: 13px;
padding-bottom: 13px;
2013-07-30 13:58:33 +00:00
}
.navbar-nav > li > a {
line-height: 18px;
2013-08-19 20:46:19 +00:00
padding-top: 13px;
padding-bottom: 13px;
2013-07-30 13:58:33 +00:00
}
2013-08-04 22:03:13 +00:00
.navbar .bell {
display: none;
}
.navbar .bell.show {
display: block;
}
.navbar .bell.show a {
color: #fff;
}
2014-04-24 11:36:42 +00:00
.nav.navbar-nav.navbar-right {
padding-right: 15px;
}
.nav.nav-tabs.nav-stacked > li > a > span {
visibility: hidden;
}
.nav.nav-tabs.nav-stacked > li > a:hover > span {
visibility: visible;
}
2013-07-30 13:58:33 +00:00
.nav-sub{
margin-left: 12px;
font-size: 12px;
}
.nav.nav-pills > li > a > span.local {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
margin-right: 22px;
}
.nav.nav-pills > li > a > span.badge {
margin-top: -18px;
}
2013-09-19 21:26:57 +00:00
.nav.nav-pills li .glyphicon {
display: none;
}
.nav.nav-pills li:hover .glyphicon, .nav li:focus .glyphicon {
display: inline-block;
text-decoration: none;
}
2012-04-10 14:06:46 +00:00
.customer-info {
2013-08-04 22:03:13 +00:00
width: 100%;
padding-top: 7px;
2012-04-10 14:06:46 +00:00
}
2012-10-22 20:30:31 +00:00
.inline-edit {
padding: 4px;
}
.inline-edit:hover {
padding: 3px;
border: 1px dotted #F92;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
2012-05-13 12:53:35 +00:00
.translation {
border: 1px dotted #F92;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.translation:hover {
}
.translation .icon-edit {
display: none;
}
.translation:hover .icon-edit {
display: inline-block;
}
/*
* noty changes
*/
.noty_bar.noty_layout_top {
2013-08-05 00:03:27 +00:00
top: 56px;
position: fixed;
left: 50%;
2013-01-20 01:27:33 +00:00
margin-left: -300px;
width: 600px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
2012-10-17 16:08:03 +00:00
.noty_bar.noty_theme_twitter {
font-size: 14px;
line-height: 14px;
text-shadow: 0 1px 0 #fff;
opacity: 0.9;
}
2012-12-02 10:18:55 +00:00
.qq-upload-icon {
2013-08-19 20:46:19 +00:00
margin: 6px 20px 0 0;
height: 18px;
}
2013-07-30 13:58:33 +00:00
.qq-upload-icon .glyphicon {
font-size: 15px;
}
.qq-upload-button {
display: block;
/*or inline-block*/
width: 40px;
2013-07-30 13:58:33 +00:00
padding: 8px 0 5px;
text-align: center;
}
2012-12-02 10:18:55 +00:00
.qq-upload-list {
text-align: left;
2013-08-19 20:46:19 +00:00
margin: 5px 10px 0;
2012-12-02 10:18:55 +00:00
padding: 0;
list-style: disc;
}
.qq-upload-list li {
font-size: 14px;
padding: 5px;
background-color: transparent;
}
.sub_attribute .control-label {
width: 60px;
}
.sub_attribute .controls {
margin-left: 80px;
}
2013-07-02 12:37:40 +00:00
.form-changed {
border: 1px solid #fbeed5;
2013-07-30 13:58:33 +00:00
border-radius: 4px;
2013-07-02 12:37:40 +00:00
background-color: #fcf8e3;
}
#splash {
background-color: #eee;
position: absolute;
width: 100%;
2013-08-19 20:46:19 +00:00
top: 0;
height: 100%;
}
#splash .logo {
margin-left: auto;
margin-right: auto;
margin-top: 200px;
width: 100px;
}
2013-08-19 20:46:19 +00:00
2014-07-02 15:15:50 +00:00
.btn {
font-size: 14px;
padding: 10px 14px 9px;
}
.btn-primary {
background: #419ed7;
border-color: #419ed7;
}