vsts-zendesk-app/app.css

231 строка
3.3 KiB
CSS

/*
//
// Copyright (c) Microsoft. All rights reserved.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
//
*/
header .logo {
background-image: app-asset-url("logo-small.png");
}
.header {
margin-bottom: 8px;
}
.header h3.app_name {
font-size: 16px;
}
.cog {
margin-top: 6px;
margin-right: 8px;
opacity: 0.5;
float: right;
display: none;
}
.cog:hover {
opacity: 1;
}
.user {
margin-top: 6px;
margin-right: 8px;
opacity: 0.5;
float: right;
}
.user:hover {
opacity: 1;
}
hr.split {
margin-top: 8px;
margin-bottom: 10px;
}
.linkModal .inputVsoProject {
width: 330px;
}
.linkModal .results {
margin-top: 15px;
}
.linkModal .inputVsoWorkItemId {
width: calc(100% - 174px);
box-sizing: border-box;
height: 30px;
display: inline-block;
margin-left: 10px;
}
.newWorkItemModal {
width: 750px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
}
.newWorkItemModal .modal-body {
max-height: 550px;
}
.newWorkItemModal .description {
height: 100px;
}
.newWorkItemModal .summary {
width: 530px;
}
.newWorkItemModal .attachments ul {
margin: 0px;
}
.newWorkItemModal .copyDescription {
display: block;
}
.admin .closeAdmin {
float: right;
opacity: 0.5;
}
.admin .closeAdmin:hover {
opacity: 1;
}
.login .closeLogin {
float: right;
opacity: 0.5;
}
.login .closeLogin:hover {
opacity: 1;
}
.workItems p.help {
font-size: 13px;
margin-top: 27px;
line-height: 13px;
text-align: center;
margin-bottom: 8px;
color: #d1d1d1;
}
.workItems .action {
position: relative;
top: 2px;
opacity: 0.2;
}
.workItems .action:hover {
opacity: 1;
}
.workItems .workItem {
padding-left: 30px;
border-bottom: 1px solid #dedede;
padding-bottom: 17px;
margin-top: 18px;
position: relative;
}
.workItems .workItem .avatar {
float: left;
position: absolute;
left: 0px;
}
.workItems .workItem h4 {
line-height: 14px;
margin-bottom: 8px;
}
.workItems .workItem ul {
margin-left: 0px;
color: #7b7b7b;
}
.workItems .workItem ul li {
line-height: 18px;
}
.workItems h3 {
font-size: 13px;
line-height: 13px;
border-bottom: 1px solid #dedede;
padding-bottom: 8px;
margin-bottom: 18px;
}
.center {
text-align: center;
}
.buttons {
margin: 0px 22px 0px;
}
.buttons li {
display: inline-block;
min-width: 70px;
}
.buttons li button {
color: inherit;
width: 100%;
}
.form-horizontal.project-selection .help {
font-size: 13px;
text-align: center;
}
.form-horizontal.project-selection .control-label {
float: left;
width: 140px;
padding-top: 5px;
text-align: left;
margin-left: 16px;
}
.control-group.project-selection {
font-size: 13px;
padding-left: 140px;
padding-bottom: 10px;
}
.notifyModal textarea {
width: 100%;
box-sizing: border-box;
height: 100px;
}
.notifyModal .copyLastComment {
display: block;
margin-bottom: 20px;
}
.notifyModal label {
margin-bottom: 0.5em;
}
.attachments img, .attachments input {
vertical-align: middle;
}
.attachments img {
width: 30px;
}
.settings {
table-layout: fixed;
}
.settings tbody tr td:first-of-type {
word-wrap: break-word;
}