Skip to content

Commit

Permalink
FIX: CSS - No unit for zero needed
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Feb 3, 2023
1 parent b299fa4 commit 88bde11
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Assets/css/customizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ code.examples {
list-style: outside none none;
width: auto;
display: block;
margin: 0px 10px;
margin: 0 10px;
} /* This places the upload link on the same line as the remove link */

.remove-link {
float: left;
list-style: outside none none;
width: auto;
display: block;
margin: 0px 10px;
margin: 0 10px;
} /* This places the upload link on the same line as the remove link */

.upload-link > a > i {
Expand All @@ -82,7 +82,7 @@ code.examples {
color: #f5f5f5;
border-radius: 4px;
margin-bottom: 5px;
box-shadow: 0 1px 3px 0px rgba(70, 70, 70, 0.10);
box-shadow: 0 1px 3px 0 rgba(70, 70, 70, 0.10);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
Expand Down
2 changes: 1 addition & 1 deletion Assets/css/themes/Blueboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ a i.web-notification-icon:hover {
}

label {
padding: 0px 40px 0 0px;
padding: 0 40px 0 0;
line-height: 25px;
vertical-align: middle;
font-size: .9rem;
Expand Down
6 changes: 3 additions & 3 deletions Assets/css/themes/Breathe.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ th,td {
}
header {
border-bottom: none;
box-shadow: 0px 1px 3px 0 rgba(46,61,73,.12);
box-shadow: 0 1px 3px 0 rgba(46,61,73,.12);
padding: 15px 10px;
margin-bottom: 15px;
background-color: #e8fbff!important;
Expand All @@ -55,7 +55,7 @@ label {
margin-bottom: 8px;
padding: 12px;
border-radius: 6px;
box-shadow: 0px 5px 5px 0 rgba(46,61,73,.12);
box-shadow: 0 5px 5px 0 rgba(46,61,73,.12);
border: none;
}
.task-board-title {
Expand Down Expand Up @@ -253,7 +253,7 @@ a i.web-notification-icon {
padding: 7px;
border-radius: 7px;
border-left: 2px solid #e9e9e9;
box-shadow: 1px 0px 7px 0 rgba(46,61,73,.12);
box-shadow: 1px 0 7px 0 rgba(46,61,73,.12);
}
input[type="number"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus {
color: #000;
Expand Down
6 changes: 3 additions & 3 deletions Assets/css/themes/Clemson.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ th,td {
}
header {
border-bottom: none;
box-shadow: 0px 1px 3px 0 rgba(46,61,73,.12);
box-shadow: 0 1px 3px 0 rgba(46,61,73,.12);
padding: 15px 10px;
margin-bottom: 15px;
background-color: #ff6200; /* Old browsers */
Expand Down Expand Up @@ -63,7 +63,7 @@ label {
margin-bottom: 8px;
padding: 9px;
border-radius: 3px;
box-shadow: 0px 1px 4px 0.6px rgba(157,0,255,0.6);
box-shadow: 0 1px 4px 0.6px rgba(157,0,255,0.6);
border: 2px solid;
background-color: #ffffff!important;
}
Expand Down Expand Up @@ -266,7 +266,7 @@ a i.web-notification-icon {
padding: 7px;
border-radius: 7px;
border-left: 2px solid #e9e9e9;
box-shadow: 1px 0px 7px 0 rgba(46,61,73,.12);
box-shadow: 1px 0 7px 0 rgba(46,61,73,.12);
}
input[type="number"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus {
color: #000;
Expand Down
10 changes: 5 additions & 5 deletions Assets/css/themes/Github.css
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ tr.draggable-item-selected td:last-child {
.table-list-header {
background: #f6f8fa;
border: 1px solid #d1d5da;
border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0 0;
line-height: 28px;
padding-left: 7px;
padding-right: 7px;
Expand Down Expand Up @@ -1590,7 +1590,7 @@ td a.dropdown-menu:hover i {
transform: translateX(-50%);
background: #fafbfc;
overflow: auto;
border-radius: 0px 0px 3px 3px;
border-radius: 0 0 3px 3px;
}

#modal-content {
Expand Down Expand Up @@ -1646,7 +1646,7 @@ header {
flex-wrap: wrap;
padding: 5px 10px;
margin-bottom: 5px;
border-bottom: 0px solid #dedede;
border-bottom: 0 solid #dedede;
padding: 15px 10px;
margin-bottom: 15px;
background: #24292e;
Expand Down Expand Up @@ -2428,7 +2428,7 @@ div.draggable-item-selected {
margin-bottom: 8px;
padding: 12px;
border-radius: 3px;
box-shadow: 0px 1px 1px 0 rgba(46, 61, 73, 0.30);
box-shadow: 0 1px 1px 0 rgba(46, 61, 73, 0.30);
border-bottom: none;
border-left: none;
border-right: 2px solid;
Expand Down Expand Up @@ -3193,7 +3193,7 @@ span.task-date-overdue {
}

#to-top {
margin: 0 0px 30px 0px;
margin: 0 0 30px 0;
}

#backToTop {
Expand Down
4 changes: 2 additions & 2 deletions Assets/css/themes/KindaDark.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ td {

header {
border-bottom: none;
box-shadow: 0px 1px 3px 0 rgba(46, 61, 73, .12);
box-shadow: 0 1px 3px 0 rgba(46, 61, 73, .12);
padding: 1em 0.6em;
margin-bottom: 1em;
background-color: #222427 !important;
Expand Down Expand Up @@ -531,7 +531,7 @@ a i.web-notification-icon {
padding: 7px;
border-radius: 0;
border-left: 2px solid #e9e9e9;
box-shadow: 1px 0px 7px 0 rgba(46, 61, 73, .12);
box-shadow: 1px 0 7px 0 rgba(46, 61, 73, .12);
}

.input-addon * {
Expand Down

0 comments on commit 88bde11

Please sign in to comment.