1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed: Remove unit on zero values (#2178)

This commit is contained in:
James White 2017-10-15 12:29:32 +01:00 committed by Leonardo Galli
parent e2e6630b69
commit 7ae2d455c3
24 changed files with 379 additions and 379 deletions

View File

@ -1,4 +1,4 @@
@import "../Shared/Styles/card.less";
@import "../Shared/Styles/card.less";
@import "../Shared/Styles/clickable.less";
.inline {
@ -16,11 +16,11 @@
.existing-movies {
.card();
margin : 30px 0px;
margin : 30px 0;
.unmapped-folder-path {
padding: 20px;
margin-left : 0px;
margin-left : 0;
font-weight : 100;
font-size : 25px;
text-align : center;
@ -37,7 +37,7 @@
.new-movies {
.search-item {
.card();
margin : 40px 0px;
margin : 40px 0;
}
}
@ -103,7 +103,7 @@
}
.checkbox {
margin-top : 0px;
margin-top : 0;
}
.add {
@ -123,7 +123,7 @@
}
.loading-folders {
margin : 30px 0px;
margin : 30px 0;
text-align: center;
}
@ -133,14 +133,14 @@
}
.monitor-tooltip-contents {
padding-bottom : 0px;
padding-bottom : 0;
dd {
padding-bottom : 8px;
}
}
.minimumavailability-tooltip-contents {
padding-bottom : 0px;
padding-bottom : 0;
dd {
padding-bottom :8px;

View File

@ -1,15 +1,15 @@
@import "../Shared/Styles/card.less";
@import "../Shared/Styles/card.less";
@import "../Shared/Styles/clickable.less";
#add-series-screen {
.existing-series {
.card();
margin : 30px 0px;
margin : 30px 0;
.unmapped-folder-path {
padding: 20px;
margin-left : 0px;
margin-left : 0;
font-weight : 100;
font-size : 25px;
text-align : center;
@ -26,7 +26,7 @@
.new-series {
.search-item {
.card();
margin : 40px 0px;
margin : 40px 0;
}
}
@ -88,7 +88,7 @@
}
.checkbox {
margin-top : 0px;
margin-top : 0;
}
.add {
@ -105,7 +105,7 @@
}
.loading-folders {
margin : 30px 0px;
margin : 30px 0;
text-align: center;
}
@ -115,7 +115,7 @@
}
.monitor-tooltip-contents {
padding-bottom : 0px;
padding-bottom : 0;
dd {
padding-bottom : 8px;

View File

@ -7,260 +7,260 @@
@import "../Content/Overrides/bootstrap";
.calendar {
width: 100%;
width: 100%;
th, td {
border-color : #eeeeee;
}
th, td {
border-color : #eeeeee;
}
.fc-event-skin {
background-color : #007ccd;
border : 1px solid #007ccd;
border-radius : 4px;
text-align : center;
}
.fc-event-skin {
background-color : #007ccd;
border : 1px solid #007ccd;
border-radius : 4px;
text-align : center;
}
.fc-event {
.clickable;
.fc-event {
.clickable;
.status {
margin-right : 4px;
}
}
.status {
margin-right : 4px;
}
}
th {
background-color : #eeeeee;
}
th {
background-color : #eeeeee;
}
h2 {
font-size : 17.5px;
}
h2 {
font-size : 17.5px;
}
.fc-state-highlight {
background : #dbdbdb;
}
.fc-state-highlight {
background : #dbdbdb;
}
.past {
opacity : 0.8;
}
.past {
opacity : 0.8;
}
.fc-title {
white-space: normal;
}
.fc-title {
white-space: normal;
}
.fc-list-table {
.past {
opacity: 1.0;
}
}
.fc-list-table {
.past {
opacity: 1.0;
}
}
}
.event {
display : inline-block;
width : 100%;
margin-bottom : 10px;
border-top : 1px solid #eeeeee;
padding-top : 10px;
display : inline-block;
width : 100%;
margin-bottom : 10px;
border-top : 1px solid #eeeeee;
padding-top : 10px;
h4 {
font-weight : 500;
color : #008dcd;
margin : 5px 0px;
}
h4 {
font-weight : 500;
color : #008dcd;
margin : 5px 0;
}
p {
color : #999999;
margin : 0px;
}
p {
color : #999999;
margin : 0;
}
.date {
text-align : center;
display : inline-block;
border-left : 4px solid #eeeeee;
padding-left : 16px;
float : left;
margin-right : 20px;
.date {
text-align : center;
display : inline-block;
border-left : 4px solid #eeeeee;
padding-left : 16px;
float : left;
margin-right : 20px;
h4 {
line-height : 1em;
color : #555555;
font-weight : 300;
text-transform : uppercase;
}
h4 {
line-height : 1em;
color : #555555;
font-weight : 300;
text-transform : uppercase;
}
h1 {
font-weight : 500;
line-height : 0.8em;
}
}
h1 {
font-weight : 500;
line-height : 0.8em;
}
}
.primary {
border-color : @btn-primary-bg;
color: white;
}
.primary {
border-color : @btn-primary-bg;
color: white;
}
.info {
border-color : @btn-info-bg;
}
.info {
border-color : @btn-info-bg;
}
.inverse {
border-color : @btn-link-disabled-color;
}
.inverse {
border-color : @btn-link-disabled-color;
}
.warning {
border-color : @btn-warning-bg;
}
.warning {
border-color : @btn-warning-bg;
}
.danger {
border-color : @btn-danger-bg;
color: white;
}
.danger {
border-color : @btn-danger-bg;
color: white;
}
.success {
border-color : @btn-success-bg;
}
.success {
border-color : @btn-success-bg;
}
.purple {
border-color : @nzbdronePurple;
}
.purple {
border-color : @nzbdronePurple;
}
.pink {
border-color : @nzbdronePink;
}
.pink {
border-color : @nzbdronePink;
}
.premiere {
border-color : @droneTeal;
}
.premiere {
border-color : @droneTeal;
}
.unmonitored {
border-color : grey;
}
.unmonitored {
border-color : grey;
}
.episode-title {
.btn-link;
.text-overflow;
color : @link-color;
margin-top : 1px;
display : inline-block;
.episode-title {
.btn-link;
.text-overflow;
color : @link-color;
margin-top : 1px;
display : inline-block;
@media (max-width: @screen-xs-min) {
width : 140px;
}
@media (max-width: @screen-xs-min) {
width : 140px;
}
@media (min-width: @screen-md-min) {
width : 135px;
}
}
@media (min-width: @screen-md-min) {
width : 135px;
}
}
}
.calendar {
// background-position : -160px -128px;
.primary {
border-color : @btn-primary-bg;
background-color : @btn-primary-bg;
.primary {
border-color : @btn-primary-bg;
background-color : @btn-primary-bg;
.color-impaired-background-gradient(90deg, @btn-primary-bg);
}
.color-impaired-background-gradient(90deg, @btn-primary-bg);
}
.info {
border-color : @btn-info-bg;
background-color : @btn-info-bg;
}
.info {
border-color : @btn-info-bg;
background-color : @btn-info-bg;
}
.inverse {
border-color : @btn-link-disabled-color;
background-color : @btn-link-disabled-color;
}
.inverse {
border-color : @btn-link-disabled-color;
background-color : @btn-link-disabled-color;
}
.warning {
border-color : @btn-warning-bg;
background-color : @btn-warning-bg;
.warning {
border-color : @btn-warning-bg;
background-color : @btn-warning-bg;
.color-impaired-background-gradient(90deg, @btn-warning-bg);
}
.color-impaired-background-gradient(90deg, @btn-warning-bg);
}
.danger {
border-color : @btn-danger-bg;
background-color : @btn-danger-bg;
color: white;
.color-impaired-background-gradient(90deg, @btn-danger-bg);
}
.danger {
border-color : @btn-danger-bg;
background-color : @btn-danger-bg;
color: white;
.color-impaired-background-gradient(90deg, @btn-danger-bg);
}
.success {
border-color : @btn-success-bg;
background-color : @btn-success-bg;
}
.success {
border-color : @btn-success-bg;
background-color : @btn-success-bg;
}
.purple {
border-color : @nzbdronePurple;
background-color : @nzbdronePurple;
}
.purple {
border-color : @nzbdronePurple;
background-color : @nzbdronePurple;
}
.pink {
border-color : @nzbdronePink;
background-color : @nzbdronePink;
}
.pink {
border-color : @nzbdronePink;
background-color : @nzbdronePink;
}
.premiere {
border-color : @droneTeal;
background-color : @droneTeal;
.premiere {
border-color : @droneTeal;
background-color : @droneTeal;
.color-impaired-background-gradient(90deg, @droneTeal);
}
.color-impaired-background-gradient(90deg, @droneTeal);
}
.unmonitored {
border-color : grey;
background-color : grey;
.unmonitored {
border-color : grey;
background-color : grey;
.color-impaired-background-gradient(45deg, grey);
}
.color-impaired-background-gradient(45deg, grey);
}
.chart {
margin-top : 2px;
margin-right : 2px;
line-height : 12px;
}
.chart {
margin-top : 2px;
margin-right : 2px;
line-height : 12px;
}
.legend-labels {
max-width : 100%;
width : 500px;
.legend-labels {
max-width : 100%;
width : 500px;
@media (max-width: @screen-xs-min) {
width : 100%;
}
}
@media (max-width: @screen-xs-min) {
width : 100%;
}
}
.legend-label {
display : inline-block;
width : 150px;
}
.legend-label {
display : inline-block;
width : 150px;
}
}
.ical {
color: @btn-link-disabled-color;
cursor: pointer;
color: @btn-link-disabled-color;
cursor: pointer;
}
.ical-url {
input, input[readonly] {
cursor : text;
}
input, input[readonly] {
cursor : text;
}
}
.calendar-title {
text-align : center;
text-align : center;
h2 {
margin-top : 0px;
margin-bottom : 5px;
}
h2 {
margin-top : 0;
margin-bottom : 5px;
}
}
.calendar-toolbar {
.page-toolbar {
margin-bottom : 10px;
}
.page-toolbar {
margin-bottom : 10px;
}
}

View File

@ -125,7 +125,7 @@ td.episode-status-cell, td.quality-cell, td.history-quality-cell, td.progress-ce
.progress {
height : 10px;
margin-top : 5px;
margin-bottom : 0px;
margin-bottom : 0;
}
}
@ -151,7 +151,7 @@ td.episode-status-cell, td.quality-cell, td.history-quality-cell, td.progress-ce
margin-left : 8px;
&:first-of-type {
margin-left : 0px;
margin-left : 0;
}
}
}
@ -225,8 +225,8 @@ td.delete-episode-file-cell {
&.episode-warning-cell {
width : 1px;
padding-left : 0px;
padding-right : 0px;
padding-left : 0;
padding-right : 0;
}
}

View File

@ -52,7 +52,7 @@
color : #999999;
cursor : default;
width : inherit;
padding : 0px 2px;
padding : 0 2px;
}
}

View File

@ -12,7 +12,7 @@
}
.slide-button {
min-width : 0px;
min-width : 0;
}
.popover-title {

View File

@ -8,7 +8,7 @@
}
.tag {
margin-right: 0px;
margin-right: 0;
[data-role="remove"] {
&:hover {

View File

@ -20,7 +20,7 @@
@media (max-width: @screen-xs-max) {
.fc-button {
padding: 0px 5px;
padding: 0 5px;
}
.fc-header-space {
@ -45,5 +45,5 @@
}
.fc-icon::after {
margin: 0px;
margin: 0;
}

View File

@ -13,11 +13,11 @@ ul.messenger-theme-flat .messenger-message.alert-info .messenger-message-inner:b
@media (max-width: @screen-xs-max) {
ul.messenger.messenger-fixed.messenger-on-bottom {
width: 100%;
bottom: 0px;
bottom: 0;
.border-bottom-radius(0);
&.messenger-on-right {
right : 0px;
right : 0;
}
}
}

View File

@ -37,7 +37,7 @@
cursor:pointer;
&:after{
content: "x";
padding:0px 2px;
padding:0 2px;
}
&:hover {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

View File

@ -1,13 +1,13 @@
@import "../Shared/Styles/clickable.less";
@import "../Shared/Styles/clickable.less";
.form-group {
.input-group {
.checkbox {
width : 100px;
margin-left : 0px;
margin-left : 0;
display : inline-block;
padding-top : 0px;
margin-bottom : 0px;
padding-top : 0;
margin-bottom : 0;
}
.help-inline-checkbox {
@ -20,7 +20,7 @@
.btn {
i {
margin-right : 0px;
margin-right : 0;
color : inherit;
}
}
@ -28,7 +28,7 @@
.btn {
i {
margin-right : 0px;
margin-right : 0;
color : inherit;
}
}
@ -42,10 +42,10 @@
.help-inline {
display : inline-block;
margin-top : 8px;
padding-left : 0px;
padding-left : 0;
@media (max-width: @screen-xs-max) {
margin-left: 0px;
margin-left: 0;
}
}
}
@ -76,7 +76,7 @@ textarea.release-restrictions {
h3 {
.help-inline {
font-size: 16px;
padding-left: 0px;
padding-left: 0;
margin-top: -5px;
text-transform: none;
}
@ -91,7 +91,7 @@ h3 {
.has-error {
.help-inline {
color: #b94a48;
margin-left: 0px;
margin-left: 0;
}
}
@ -105,7 +105,7 @@ h3 {
.has-warning {
.help-inline {
color: orange;
margin-left: 0px;
margin-left: 0;
}
}
@ -127,7 +127,7 @@ h3 {
.help-link ~ .tooltip {
.tooltip-inner {
white-space : normal;
min-width : 0px;
min-width : 0;
}
}
}

View File

@ -1,4 +1,4 @@
@import "prefixer";
@import "prefixer";
@import "variables";
@grid-float-breakpoint: @screen-xs-min;
@ -96,7 +96,7 @@
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
border-radius : 6px;
padding : 5px 0px 5px;
padding : 5px 0 5px;
min-height : 76px;
min-width : 50px;
margin : 20px 5px 5px;

View File

@ -43,7 +43,7 @@
@keyframes bounce {
0% {
left : 0px;
left : 0;
background-color : @colorDark;
}
@ -53,14 +53,14 @@
}
100% {
left : 0px;
left : 0;
background-color : @colorDark;
}
}
@-moz-keyframes bounce {
0% {
left : 0px;
left : 0;
background-color : @colorDark;
}
@ -70,7 +70,7 @@
}
100% {
left : 0px;
left : 0;
background-color : @colorDark;
}
@ -78,7 +78,7 @@
@-webkit-keyframes bounce {
0% {
left : 0px;
left : 0;
background-color : @colorDark;
}
@ -88,7 +88,7 @@
}
100% {
left : 0px;
left : 0;
background-color : @colorDark;
}
@ -96,7 +96,7 @@
@-ms-keyframes bounce {
0% {
left : 0px;
left : 0;
background-color : @colorDark;
}
@ -106,14 +106,14 @@
}
100% {
left : 0px;
left : 0;
background-color : @colorDark;
}
}
@-o-keyframes bounce {
0% {
left : 0px;
left : 0;
background-color : @colorDark;
}
@ -123,7 +123,7 @@
}
100% {
left : 0px;
left : 0;
background-color : @colorDark;
}
}

View File

@ -1,4 +1,4 @@
@import "Bootstrap/variables";
@import "Bootstrap/variables";
@import "Bootstrap/mixins";
@import "Bootstrap/type";
@import "font";
@ -73,7 +73,7 @@
.page-toolbar {
margin-top : 5px;
margin-bottom : 0px;
margin-bottom : 0;
}
}
@ -86,7 +86,7 @@
i {
.clickable;
.opacity(0.3);
margin: 0px 20px;
margin: 0 20px;
&:hover {
.opacity(0.4);
@ -96,7 +96,7 @@
position : fixed;
z-index : 9999;
bottom : 30px;
right : 0px;
right : 0;
display : none;
font-size : 56px;
color : gray;
@ -181,7 +181,7 @@ body.debug {
.footer {
font-size : 13px;
font-weight : lighter;
padding-top : 0px;
padding-top : 0;
padding-bottom : 20px;
color : #999999;
margin : 0;
@ -193,14 +193,14 @@ body.debug {
}
p {
margin-bottom : 0px;
margin-bottom : 0;
}
#footer-region {
.text-center();
position : relative;
width : 256px;
margin : 50px auto 0px auto;
margin : 50px auto 0 auto;
display : block;
}
}
@ -212,7 +212,7 @@ body.debug {
max-width : 1429px;
margin : auto;
// margin-top : -70px;
padding : 20px 0px;
padding : 20px 0;
.header {
padding-bottom : 10px;
@ -269,7 +269,7 @@ body.debug {
color : #f5f5f5;
background-color : #333333;
margin : 0px;
margin : 0;
margin-bottom : -100px;
position : fixed;
left : 0;
@ -292,8 +292,8 @@ body.debug {
.modal-header {
h3 {
margin-top : 0px;
margin-bottom : 0px;
margin-top : 0;
margin-bottom : 0;
}
}
@ -341,5 +341,5 @@ dl.info {
.sort-direction-icon {
.pull-right();
position : relative;
width : 0px;
width : 0;
}

View File

@ -1,16 +1,16 @@
.hotkeys-modal {
h3 {
margin-top : 0px;
margin-botton : 0px;
margin-top : 0;
margin-botton : 0;
}
.hotkey-group {
&:first-of-type {
margin-top : 0px;
margin-top : 0;
}
&:last-of-type {
margin-bottom : 0px;
margin-bottom : 0;
}
margin-top : 25px;

View File

@ -66,7 +66,7 @@
}
h2 {
margin-top : 0px;
margin-top : 0;
}
a {
@ -93,7 +93,7 @@
}
.header-text {
margin-top : 0px;
margin-top : 0;
}
}
@ -117,7 +117,7 @@
list-style-type: none;
@media (max-width: @screen-xs-max) {
padding : 0px;
padding : 0;
}
li {
@ -141,7 +141,7 @@
.progress {
text-align : left;
margin-top : 5px;
left : 0px;
left : 0;
width : 170px;
.progressbar-front-text, .progressbar-back-text {
@ -260,7 +260,7 @@
.movie-controls {
position : absolute;;
top : 0px;
top : 0;
overflow : hidden;
background-color : #eeeeee;
width : 100%;
@ -276,7 +276,7 @@
.hidden-title {
position : absolute;;
bottom : 0px;
bottom : 0;
overflow : hidden;
background-color : #eeeeee;
width : 100%;
@ -365,8 +365,8 @@
.toggle-cell {
width : 28px;
text-align : center;
padding-left : 0px;
padding-right : 0px;
padding-left : 0;
padding-right : 0;
}
.toggle-cell {
@ -405,7 +405,7 @@
.seasonpass-movie {
.card;
margin : 20px 0px;
margin : 20px 0;
.title {
font-weight : 300;
@ -415,7 +415,7 @@
}
.season-select {
margin-bottom : 0px;
margin-bottom : 0;
}
.expander {
@ -468,7 +468,7 @@
margin-right: auto;
.form-group {
padding-top: 0px;
padding-top: 0;
}
}
@ -530,7 +530,7 @@
}
ul {
padding-left : 0px;
padding-left : 0;
list-style-type : none;
}
}
@ -539,4 +539,4 @@
.year {
color : gray;
}
}
}

View File

@ -16,7 +16,7 @@
}
.label:first-child {
border-right : 0px;
border-right : 0;
border-top-right-radius : 0.0em;
border-bottom-right-radius : 0.0em;
color : #777;
@ -24,7 +24,7 @@
}
.label:last-child {
border-left : 0px;
border-left : 0;
border-top-left-radius : 0.0em;
border-bottom-left-radius : 0.0em;
color : #999;

View File

@ -47,7 +47,7 @@
}
h2 {
margin-top : 0px;
margin-top : 0;
}
a {
@ -68,7 +68,7 @@
}
.header-text {
margin-top : 0px;
margin-top : 0;
}
}
@ -92,7 +92,7 @@
list-style-type: none;
@media (max-width: @screen-xs-max) {
padding : 0px;
padding : 0;
}
li {
@ -116,7 +116,7 @@
.progress {
text-align : left;
margin-top : 5px;
left : 0px;
left : 0;
width : 170px;
.progressbar-front-text, .progressbar-back-text {
@ -203,7 +203,7 @@
.series-controls {
position : absolute;;
top : 0px;
top : 0;
overflow : hidden;
background-color : #eeeeee;
width : 100%;
@ -219,7 +219,7 @@
.hidden-title {
position : absolute;;
bottom : 0px;
bottom : 0;
overflow : hidden;
background-color : #eeeeee;
width : 100%;
@ -301,8 +301,8 @@
.toggle-cell {
width : 28px;
text-align : center;
padding-left : 0px;
padding-right : 0px;
padding-left : 0;
padding-right : 0;
}
.toggle-cell {
@ -341,7 +341,7 @@
.seasonpass-series {
.card;
margin : 20px 0px;
margin : 20px 0;
.title {
font-weight : 300;
@ -351,7 +351,7 @@
}
.season-select {
margin-bottom : 0px;
margin-bottom : 0;
}
.expander {
@ -404,7 +404,7 @@
margin-right: auto;
.form-group {
padding-top: 0px;
padding-top: 0;
}
}
@ -466,7 +466,7 @@
}
ul {
padding-left : 0px;
padding-left : 0;
list-style-type : none;
}
}

View File

@ -17,7 +17,7 @@
padding: 10px 15px;
h3 {
margin-top: 0px;
margin-top: 0;
display: inline-block;
width: 180px;
white-space: nowrap;

View File

@ -17,7 +17,7 @@
.allowed-qualities {
padding-left: 0px;
padding-left: 0;
li {
list-style-type : none;
@ -35,7 +35,7 @@
}
.delay-profiles {
padding-left : 0px;
padding-left : 0;
li {
list-style-type : none;

View File

@ -90,7 +90,7 @@ ul.qualities {
padding: 5px;
input {
margin-bottom: 0px;
margin-bottom: 0;
}
.size-label-wrapper {
@ -100,7 +100,7 @@ ul.qualities {
.label {
min-width: 70px;
text-align: center;
margin: 0px 1px;
margin: 0 1px;
padding: 1px 4px;
}

View File

@ -10,145 +10,145 @@
@import "NetImport/list.less";
li.save-and-add {
.clickable;
.clickable;
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: rgb(51, 51, 51);
white-space: nowrap;
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: rgb(51, 51, 51);
white-space: nowrap;
}
li.save-and-add:hover {
text-decoration: none;
color: rgb(255, 255, 255);
background-color: rgb(0, 129, 194);
text-decoration: none;
color: rgb(255, 255, 255);
background-color: rgb(0, 129, 194);
}
.add-card {
.clickable;
color: #adadad;
font-size: 50px;
text-align: center;
background-color: #f5f5f5;
.clickable;
color: #adadad;
font-size: 50px;
text-align: center;
background-color: #f5f5f5;
.center {
display: inline-block;
padding: 5px 20px 0px;
background-color: white;
}
.center {
display: inline-block;
padding: 5px 20px 0;
background-color: white;
}
i {
.clickable;
}
i {
.clickable;
}
}
.naming-example {
display: inline-block;
margin-top: 5px;
display: inline-block;
margin-top: 5px;
}
.naming-format {
width: 500px;
width: 500px;
}
.settings-controls {
margin-top: 10px;
margin-top: 10px;
}
.advanced-settings-toggle {
display: inline-block;
margin-bottom: 10px;
display: inline-block;
margin-bottom: 10px;
.checkbox {
width : 100px;
margin-left : 0px;
display : inline-block;
padding-top : 0px;
margin-bottom : -10px;
margin-top : -1px;
}
.checkbox {
width : 100px;
margin-left : 0;
display : inline-block;
padding-top : 0;
margin-bottom : -10px;
margin-top : -1px;
}
.help-inline-checkbox {
display : inline-block;
margin-top : -3px;
margin-bottom : 0;
vertical-align : middle;
}
.help-inline-checkbox {
display : inline-block;
margin-top : -3px;
margin-bottom : 0;
vertical-align : middle;
}
}
.advanced-setting {
display: none;
display: none;
.control-label {
color: @brand-warning;
}
.control-label {
color: @brand-warning;
}
}
.basic-setting {
display: block;
display: block;
}
.show-advanced-settings {
.advanced-setting {
display: block;
}
.advanced-setting {
display: block;
}
.basic-setting {
display: none;
}
.basic-setting {
display: none;
}
}
.api-key {
input {
width : 280px;
cursor : text;
}
input {
width : 280px;
cursor : text;
}
}
.settings-tabs {
li>a {
padding : 10px;
white-space : nowrap;
}
li>a {
padding : 10px;
white-space : nowrap;
}
}
.indicator {
display : none;
padding-right : 5px;
display : none;
padding-right : 5px;
}
.add-rule-setting-mapping {
cursor : pointer;
font-size : 14px;
text-align : center;
display : inline-block;
padding : 2px 6px;
cursor : pointer;
font-size : 14px;
text-align : center;
display : inline-block;
padding : 2px 6px;
i {
cursor : pointer;
}
i {
cursor : pointer;
}
}
.rule-setting-list {
.rule-setting-header .row {
font-weight : bold;
line-height : 40px;
}
.rule-setting-header .row {
font-weight : bold;
line-height : 40px;
}
.rows .row {
line-height : 30px;
border-top : 1px solid #ddd;
vertical-align : middle;
padding : 5px;
.rows .row {
line-height : 30px;
border-top : 1px solid #ddd;
vertical-align : middle;
padding : 5px;
i {
cursor : pointer;
margin-left : 5px;
}
}
i {
cursor : pointer;
margin-left : 5px;
}
}
}

View File

@ -24,8 +24,8 @@
ul.items {
list-style-type: none;
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
li.add-thingy-item {
display: inline-block;
@ -39,7 +39,7 @@
.card;
h3 {
margin-top: 0px;
margin-top: 0;
//display: inline-block; //this stops the text-overflow from applying
white-space: nowrap;
overflow: hidden;
@ -64,6 +64,6 @@
}
@media (max-width: @screen-xs-max) {
padding-left: 0px;
padding-left: 0;
}
}

View File

@ -5,6 +5,6 @@
background-color : #ffffff;
padding : 10px;
color : #444444;
.box-shadow( 0px 0px 10px 1px @color);
.box-shadow( 0 0 10px 1px @color);
.border-radius(3px);
}