Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge 74533b7 into 7d1e373
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Aug 28, 2016
2 parents 7d1e373 + 74533b7 commit 8ff3092
Show file tree
Hide file tree
Showing 6 changed files with 325 additions and 237 deletions.
50 changes: 33 additions & 17 deletions css/customize-snapshots.css
@@ -1,17 +1,17 @@
#snapshot-preview-link,
#snapshot-schedule-button {
#snapshot-expand-button {
float: right;
margin-top: 13px;
margin-right: 4px;
color: #656a6f;
}

#snapshot-schedule-button {
#snapshot-expand-button {
display: block;
}
#snapshot-schedule-button:hover,
#snapshot-schedule-button:focus,
#snapshot-schedule-button:active {
#snapshot-expand-button:hover,
#snapshot-expand-button:focus,
#snapshot-expand-button:active {
color: #191e23;
}

Expand Down Expand Up @@ -64,7 +64,7 @@
}
}

#snapshot-schedule {
#customize-snapshot {
background: #fff !important;
border-bottom: 1px solid #ddd;
line-height: 1.5;
Expand All @@ -77,23 +77,24 @@
box-sizing: border-box;
}

#snapshot-schedule .snapshot-schedule-title {
#customize-snapshot .snapshot-schedule-title {
color: #555;
}

#snapshot-schedule .snapshot-schedule-title h3 {
#customize-snapshot .snapshot-schedule-title h3 {
margin: .2em 2em .75em 0;
}

#snapshot-schedule .snapshot-schedule-description {
#customize-snapshot .snapshot-schedule-description {
margin-bottom: 0.5em;
margin-top: 0;
}
#snapshot-schedule .timezone-info {
#customize-snapshot .timezone-info {
margin-top: 0.5em;
font-size: smaller;
}

#snapshot-schedule a.snapshot-edit-link {
#customize-snapshot a.snapshot-edit-link {
position: absolute;
top: 4px;
right: 1px;
Expand All @@ -109,12 +110,12 @@
padding: 10px;
}

#snapshot-schedule a.snapshot-edit-link:focus,
#snapshot-schedule a.snapshot-edit-link:hover {
#customize-snapshot a.snapshot-edit-link:focus,
#customize-snapshot a.snapshot-edit-link:hover {
color: #0073aa;
}

#snapshot-schedule a.snapshot-edit-link:before {
#customize-snapshot a.snapshot-edit-link:before {
padding: 4px;
position: absolute;
top: 5px;
Expand All @@ -123,7 +124,7 @@
border-radius: 100%;
}

#snapshot-schedule a.snapshot-edit-link:focus:before {
#customize-snapshot a.snapshot-edit-link:focus:before {
-webkit-box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
Expand All @@ -132,11 +133,11 @@
0 0 2px 1px rgba(30, 140, 190, .8);
}

#snapshot-schedule .accordion-section-title {
#customize-snapshot .accordion-section-title {
padding: 10px;
}

#snapshot-schedule .reset-time {
#customize-snapshot .reset-time {
font-weight: normal;
font-size: 80%;
display: none;
Expand Down Expand Up @@ -201,3 +202,18 @@
.select2-container {
z-index: 500100 !important;
}

.snapshot-control input[type="text"]{
width: 100%;
line-height: 18px;
margin: 0;
}

#customize-snapshot .snapshot-schedule-title h3{
font-size: 16px;
}

#customize-snapshot .snapshot-controls{
list-style: none;
margin: 0;
}

0 comments on commit 8ff3092

Please sign in to comment.