CSS cleanup
This commit is contained in:
@@ -72,11 +72,10 @@
|
|||||||
#board {
|
#board {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
white-space: nowrap; /* important */
|
white-space: nowrap;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 0;
|
|
||||||
top: -40px;
|
top: -40px;
|
||||||
padding-top: 40px;
|
padding: 40px 0 0;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@@ -106,7 +105,7 @@
|
|||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #888;
|
color: #888;
|
||||||
margin:8px;
|
margin: 8px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -120,9 +119,6 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter {
|
|
||||||
}
|
|
||||||
|
|
||||||
.filter-select {
|
.filter-select {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: auto;
|
right: auto;
|
||||||
@@ -171,8 +167,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stack h2 {
|
.stack h2 {
|
||||||
padding:10px;
|
padding: 10px 10px 8px;
|
||||||
padding-bottom: 8px;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@@ -181,7 +176,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stack h2 input {
|
.stack h2 input {
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
@@ -215,7 +210,7 @@
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
position: relative;
|
position: relative;
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
-webkit-box-shadow: 0px 0px 5px #bbb;
|
-webkit-box-shadow: 0 0 5px #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.archived .card-upper {
|
.card.archived .card-upper {
|
||||||
@@ -265,7 +260,6 @@
|
|||||||
.card h3 {
|
.card h3 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -290,13 +284,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card .labels li {
|
.card .labels li {
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
border-color: transparent;
|
border: none transparent;
|
||||||
border: none;
|
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -336,12 +329,10 @@
|
|||||||
|
|
||||||
.card.create {
|
.card.create {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
margin: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 10px;
|
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -358,15 +349,13 @@
|
|||||||
|
|
||||||
.card.create h3 input {
|
.card.create h3 input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0px;
|
border: 0;
|
||||||
padding: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-bottom: 1px solid #ffffff;
|
border-bottom: 1px solid #ffffff;
|
||||||
border-radius: 0px;
|
border-radius: 0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
@@ -384,9 +373,7 @@
|
|||||||
.due {
|
.due {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
padding: 1px;
|
padding: 1px 3px;
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
@@ -397,10 +384,9 @@
|
|||||||
|
|
||||||
#card-header h2 {
|
#card-header h2 {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
padding: 10px;
|
padding: 10px 10px 9px;
|
||||||
padding-bottom: 9px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0;
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -411,7 +397,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#card-meta {
|
#card-meta {
|
||||||
padding-top: 0px;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#card-dates {
|
#card-dates {
|
||||||
@@ -438,18 +424,18 @@
|
|||||||
background-color: #009900;
|
background-color: #009900;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
float:right;
|
float: right;
|
||||||
padding:1px 10px;
|
padding: 1px 10px;
|
||||||
font-size: 8pt !important;
|
font-size: 8pt !important;
|
||||||
display:none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#card-description textarea {
|
#card-description textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#card-description .container {
|
#card-description .container {
|
||||||
@@ -494,13 +480,11 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
/*box-shadow: 0px 0px 5px 0px #aaa;*/
|
|
||||||
border-left: 1px solid #eeeeee;
|
border-left: 1px solid #eeeeee;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-sidebar.details-visible {
|
#app-sidebar.details-visible {
|
||||||
right: 0px;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-content {
|
#app-content {
|
||||||
@@ -529,10 +513,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.labels li span {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.avatardiv {
|
.avatardiv {
|
||||||
float: left;
|
float: left;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
@@ -552,10 +532,11 @@
|
|||||||
|
|
||||||
.colorselect {
|
.colorselect {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clear:both;
|
clear: both;
|
||||||
padding-top:4px;
|
padding-top: 4px;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.colorselect .color {
|
.colorselect .color {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
width: 27px;
|
width: 27px;
|
||||||
@@ -575,9 +556,10 @@
|
|||||||
clear: none;
|
clear: none;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.labels .colorselect .color {
|
.labels .colorselect .color {
|
||||||
width:26px;
|
width: 26px;
|
||||||
height:26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#boardlist {
|
#boardlist {
|
||||||
@@ -630,14 +612,12 @@ input.input-inline {
|
|||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
|
||||||
border: none;
|
border: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 1px solid #333333;
|
border-bottom: 1px solid #333333;
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
margin-top: -4px;
|
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
margin-bottom: -4px;
|
margin: -4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@@ -707,6 +687,7 @@ button:hover {
|
|||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-select-offscreen {
|
.ui-select-offscreen {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -725,16 +706,17 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#markdown {
|
#markdown {
|
||||||
width:100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#markdown p {
|
#markdown p {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#markdown * {
|
#markdown * {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
word-wrap:break-word;
|
word-wrap: break-word;
|
||||||
word-wrap: break-word; /* All browsers since IE 5.5+ */
|
overflow-wrap: break-word;
|
||||||
overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#markdown a {
|
#markdown a {
|
||||||
@@ -810,18 +792,23 @@ button:hover {
|
|||||||
.icon-group {
|
.icon-group {
|
||||||
background-image: url('../../../settings/img/users.svg');
|
background-image: url('../../../settings/img/users.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-add-white {
|
.icon-add-white {
|
||||||
background-image: url('../img/add-white.svg');
|
background-image: url('../img/add-white.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-archive {
|
.icon-archive {
|
||||||
background-image: url('../img/archive.svg');
|
background-image: url('../img/archive.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-archive-white {
|
.icon-archive-white {
|
||||||
background-image: url('../img/archive-white.svg');
|
background-image: url('../img/archive-white.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-details {
|
.icon-details {
|
||||||
background-image: url('../img/details.svg');
|
background-image: url('../img/details.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-details-white {
|
.icon-details-white {
|
||||||
background-image: url('../img/details-white.svg');
|
background-image: url('../img/details-white.svg');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user