user_data_app/app.css

302 строки
5.3 KiB
CSS

&.box.apps_ticket_sidebar.app_view {
padding-bottom: 0px;
padding-top: 15px;
color: #333;
}
.admin {
margin-bottom: 15px;
p {
color: #999;
margin-top: 1em;
margin-bottom: 1em;
}
.fields-list {
label {
display: inline;
}
}
.org-fields {
margin-top: 15px;
}
.back {
display: block;
float: right;
opacity: 0.5;
margin-top: 3px;
}
.save {
display: block;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
}
.whole {
-webkit-transition: all 0.5s;
transition: all 0.5s;
background: #fff;
.hide {
display: none;
}
.additional {
padding-left: auto;
padding-right: auto;
.field {
margin-top: 15px;
border-top: 1px solid #f0f0f0;
padding-top: 10px;
textarea {
box-shadow: white 0px 0px 0px 0px inset;
padding: 0px;
width: 100%;
height: 72px;
box-sizing: border-box;
border: 0px;
}
&.builtin.tags {
ul {
margin-left: -3px;
}
h4, p {
margin-top: 2px;
}
hr {
clear: both;
border: 0px;
margin-bottom: 0px;
}
li {
float: left;
margin-left: 3px;
margin-right: 3px;
padding: 3px 6px 4px 6px;
font-size: 11px;
line-height: 13px;
display: block;
background: #f4f4f4;
color: #333;
min-height: 13px;
border-radius: 3px;
border: 1px solid #ddd;
word-break: break-all;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
word-wrap: break-word;
-ms-word-break: break-all;
}
}
h4 {
font-size: 11px;
color: #999;
font-weight: normal;
}
p {
font-size: 12px;
color: #333;
line-height: 1.5;
}
}
}
.card {
padding: 0px;
font-family: "Lucida Grande", serif;
&.org {
border-top: 1px solid #f0f0f0;
padding-top: 15px;
margin-top: 15px;
}
.cog {
float: right;
position: relative;
top: 0px;
left: 0px;
width: 12px;
height: 12px;
display: inline-block;
background-image: app-asset-url("ico-settings-normal.png");
&:hover {
background-image: app-asset-url("ico-settings-hover.png");
}
}
.social {
float: right;
position: relative;
margin-top: 23px;
left: 12px;
a {
display: block;
background-image: app-asset-url("ico-social-sprite.png");
&.facebook {
width: 5px;
height: 10px;
&:hover {
background-position: 0px -11px;
}
}
&.twitter {
width: 11px;
height: 10px;
background-position: -6px 0px;
&:hover {
background-position: -6px -11px;
}
}
}
}
.avatar {
width: 40px;
height: 40px;
float: left;
&.default {
background-image: app-asset-url("avatar.png");
background-size: cover;
border-radius: 4px;
&.org {
background-image: app-asset-url("org.png");
}
}
img {
border-radius: 4px;
}
}
.contacts {
margin-left: 55px;
div {
color: #999;
font-size: 11px;
margin-bottom: 3px;
&.name {
font-size: 14px;
line-height: 1.286;
font-weight: bold;
margin-bottom: 4px;
a {
color: #444;
}
}
&.organization {
a {
color: #999;
}
}
&.name, &.organization {
a {
&:hover {
color: #146eaa;
}
}
}
}
}
.counts {
margin: 0px;
margin-top: 9px;
li {
display: inline-block;
font-size: 11px;
color: #999;
width: 50px;
line-height: 1.286;
a {
color: #999;
}
.ticket_status_label {
font-size: 11px;
padding: 0;
padding-left: 4px;
padding-right: 4px;
height: 4px;
display: inline-block;
}
}
}
}
.expandBar {
background-color: #fff;
border-top: 1px solid #f0f0f0;
padding-top: 0px;
padding-bottom: 15px;
display: block;
margin-top: 20px;
.arrow {
margin-top: 12px;
height: 6px;
min-width: 11px;
display: block;
background-repeat: no-repeat;
background-position: center;
&.arrow-down {
background-image: app-asset-url("ico-arrow-down-normal.png");
&:hover {
background-image: app-asset-url("ico-arrow-down-hover.png");
}
}
&.arrow-up {
background-image: app-asset-url("ico-arrow-up-normal.png");
&:hover {
background-image: app-asset-url("ico-arrow-up-hover.png");
}
}
}
&:hover {
background-image: app-asset-url("hover-bg.png");
background-repeat: no-repeat;
background-position: center top;
}
span {
display: block;
margin-left: auto;
margin-right: auto;
opacity: 0.4;
}
}
}