Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/styles/breadcrumbs.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.breadcrumbs {
margin: 0 30px 10px 0;
list-style: none;
margin: 0 30px 0 0;
padding: 0;
list-style: none;
li {
float: left;
position: relative;
&:not(:last-child):after {
content: "/";
padding: 0 8px;
Expand Down
4 changes: 2 additions & 2 deletions src/styles/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
padding: 12px 20px;
white-space: nowrap;
text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.2);
@include border-radius($border-radius);
@include border-radius(4px);
@include box-sizing(border-box);
@include btn($btn-initial, $btn-initial-border);
i {
Expand All @@ -24,7 +24,7 @@

.btn-thin {
padding: 8px;
margin: 5px;
margin: 0 5px;
}

.btn-active {
Expand Down
39 changes: 11 additions & 28 deletions src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,19 @@
table {
width: 100%;
background-color: #f2f2f2;
margin: .5em 0;
font-size: 18px;
margin: 0.5em 0;
border: 1px solid $border-color;
@include border-radius($border-radius);
@include box-shadow(0 1px 3px rgba(0,0,0,.3));
}

thead {
@include border-top-left-radius($border-radius);
@include border-top-right-radius($border-radius);
color: #fff;
background-color: #3a3a3a;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#1e1e1e));
background-image: -webkit-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);
background-image: -moz-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);
background-image: -o-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);
background-image: linear-gradient(to bottom, #3a3a3a 0%,#1e1e1e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1e1e1e',GradientType=0 );
background-color: #333;
border: 1px solid #333;

th {
text-align: left;
position: relative;
@include box-shadow(inset 0 1px 0 rgba(255,255,255,.1));

&:first-child {
@include border-top-left-radius($border-radius);
Expand All @@ -44,9 +35,9 @@
th {
text-transform: uppercase;
font-size: 16px;
padding: .5em .75em;
padding: 12px;
text-shadow: 0 -1px 0 rgba(0,0,0,.9);
color: #888;
color: #ddd;
}

th.th-actions {
Expand All @@ -55,16 +46,10 @@
}

tbody td {
padding: 20px 12px;
height: 63px;
padding: 15px 0.75em;
vertical-align: middle;
border-top: 1px solid rgba(0,0,0,.1);
@include box-shadow(inset 0 1px 0 rgba(255,255,255,.1));
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 );
border-top: 1px solid $border-color;
}

td.row-title {
Expand All @@ -79,8 +64,6 @@

td .row-actions {
float: right;
min-width: 96px;
font-size: 16px;
}
}

Expand All @@ -94,7 +77,7 @@
h1 {
margin: 0 40px 0 0;
float: left;
text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.3);
text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.21);
}
.page-buttons {
display: flex;
Expand Down Expand Up @@ -175,7 +158,7 @@

.splitter {
margin: 15px 0;
background: #cfcfcf;
background: $border-color;
border: 0;
}

Expand Down
47 changes: 24 additions & 23 deletions src/styles/datagui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
margin-bottom: 40px;
padding: 30px;
background: #222;
@include border-radius($border-radius);
.metafield {
position: relative;
margin-bottom: 5px;
Expand All @@ -10,16 +11,16 @@
color: #eb2659;
.key-field {
max-width: 190px;
min-height: 46px;
min-height: 42px;
margin: 0 0 10px;
padding: 11px 10px;
padding: 8px 10px;
font-size: 16px;
font-weight: 700;
line-height: 1.5;
color: #eb2659;
background: #2b2b2b;
border: 1px solid transparent;
@include border-radius(2px);
@include border-radius($border-radius);
@include transition(color 250ms ease);
&:focus {
color: #eaeaea !important;
Expand All @@ -41,12 +42,12 @@
.meta-value {
.value-field {
width: 100%;
min-height: 46px;
min-height: 42px;
height: auto;
max-height: 500px;
overflow: hidden;
margin-bottom: 10px;
padding: 11px 13px;
padding: 8px 10px;
font-size: 16px;
line-height: 1.5;
color: #eaeaea;
Expand All @@ -55,7 +56,7 @@
resize: vertical;
background: #2b2b2b;
border: 1px solid transparent;
@include border-radius(2px);
@include border-radius($border-radius);
@include transition(color 250ms ease);
&:focus {
border-color: $dark-orange;
Expand All @@ -75,14 +76,14 @@
position: absolute;
top: 0;
right: 0;
height: 48px;
height: 42px;
pointer-events: auto;
button {
display: inline-block;
min-width: 48px;
min-width: 42px;
height: 100%;
margin: 0;
padding: 0;
padding: 0 3px 0 0;
color: #818181;
line-height: 2.286em;
text-align: center;
Expand All @@ -108,10 +109,10 @@
margin-right: auto;
margin-bottom: 20px;
margin-left: 36px;
padding: 10px 15px;
padding: 8px 10px;
pointer-events: auto;
border: 1px solid #383838;
@include border-radius(2px);
@include border-radius($border-radius);
.array-item-wrap {
margin-bottom: 5px;
.array-header {
Expand Down Expand Up @@ -165,12 +166,12 @@
margin-bottom: 10px;
input {
width: 100%;
min-height: 48px;
padding: 11px 55px 10px 11px;
min-height: 42px;
padding: 8px 55px 8px 10px;
font-size: 16px;
line-height: 1.5;
pointer-events: auto;
@include border-radius(2px);
@include border-radius($border-radius);
}
.meta-buttons {
position: absolute;
Expand Down Expand Up @@ -223,7 +224,7 @@
}
.meta-buttons {
position: absolute;
top: 4px;
top: 12px;
right: 0;
z-index: 8;
span.move {
Expand Down Expand Up @@ -272,7 +273,7 @@
transform: translateX(-50%);
z-index: 30;
border: 1px solid #323232;
@include border-radius(2px);
@include border-radius($border-radius);
&:before {
position: absolute;
top: -10px;
Expand Down Expand Up @@ -331,7 +332,7 @@
right: 0;
pointer-events: auto;
.value-field {
width: calc(100% - 50px);
width: calc(100% - 44px);
}
}
>.date-field {
Expand All @@ -349,7 +350,7 @@
right: 36px;
width: calc(100% - 227px);
.value-field {
width: calc(100% - 65px);
width: calc(100% - 59px);
margin-left: 15px;
}
}
Expand All @@ -361,7 +362,7 @@
right: 0;
width: 100%;
.value-field {
width: calc(100% - 50px);
width: calc(100% - 44px);
}
}
.date-field {
Expand All @@ -378,7 +379,7 @@
width: calc(100% - 190px);
pointer-events: auto;
.value-field {
width: calc(100% - 65px);
width: calc(100% - 59px);
margin-left: 15px;
}
}
Expand Down Expand Up @@ -411,14 +412,14 @@
pointer-events: auto;
background: #222;
&.rw-widget {
@include border-radius(2px);
@include border-radius($border-radius);
border-color: transparent;
}
input {
padding: 11px 13px;
width: calc(100% - 3px);
min-height: 46px;
@include border-radius(2px);
min-height: 40px;
@include border-radius($border-radius);
color: white;
background: #2b2b2b;
}
Expand Down
12 changes: 5 additions & 7 deletions src/styles/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
width: 100%;
height: 2.286em;
padding: .429em .857em;
border: 1px solid $border-color;
border: 1px solid lighten($border-color, 7%);
font-size: 14px;
@include box-sizing(border-box);
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
@include border-radius($border-radius);
&:focus {
border-color: $border-color-focus;
Expand Down Expand Up @@ -37,7 +36,7 @@
background: none;
outline: none;
border: 0;
border-bottom: 1px solid #ccc;
border-bottom: 1px solid $border-color;
box-shadow: none;
&:focus {
color: #000 !important;
Expand All @@ -51,8 +50,8 @@

.input-title {
textarea {
min-height: 57px;
font-size: 45px;
min-height: 51px;
font-size: 42px;
}
}

Expand Down Expand Up @@ -131,7 +130,6 @@
display: inline-block;
margin: 0 4px;
padding: 0;
border-radius: 5px;
border-color: transparent;

&.filename { width: 84%; }
Expand All @@ -153,7 +151,7 @@
color: white;
background-color: #2b2b2b;
border: 1px solid transparent;
border-radius: 2px;
@include border-radius($border-radius);
}

input {
Expand Down
4 changes: 2 additions & 2 deletions src/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
display: flex;
align-items: center;
justify-content: space-between;
height: 75px;
height: 60px;
background-color: white;
padding: 0 40px;
@include box-shadow(0 2px 4px 0 rgba(204, 204, 204, 0.4));
border-bottom: 1px solid lighten($border-color, 9%);
.title {
font-weight: normal;
a {
Expand Down
5 changes: 3 additions & 2 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
body {
color: #444;
font-family: lato, Helvetica, Helvetica Neue;
background-color: #f7f7f7;
background-color: $background-color;
}

h1,h2,h3,h4,h5 {
Expand Down Expand Up @@ -71,7 +71,7 @@ div:focus {
.splitter {
height: 1px;
width: 100%;
margin: 5px 0;
margin: 3px 0;
border-bottom: 1px solid #424242;
border-top: 1px solid #212121;
}
Expand All @@ -86,6 +86,7 @@ div:focus {
color: #8a6e00;
text-align: center;
background-color: #fff5cc;
border: 1px solid rgba(138, 110, 0, 0.18);
}

.pull-right {
Expand Down
Loading