Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F #5480

Merged
merged 3 commits into from Jun 24, 2015
Merged

F #5480

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions core/client/app/styles/components/uploader.css
Expand Up @@ -16,7 +16,7 @@
}

.image-uploader a {
color: var(--brown);
color: var(--midgrey);
text-decoration: none;
}

Expand All @@ -31,7 +31,7 @@
left: 0;
display: block;
padding: 10px;
color: var(--brown);
color: var(--midgrey);
text-decoration: none;
line-height: 12px;
}
Expand Down Expand Up @@ -130,7 +130,7 @@
height: auto;
background: rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: var(--brown);
color: var(--midgrey);
}

.pre-image-uploader input {
Expand All @@ -141,7 +141,7 @@

.pre-image-uploader a {
z-index: 10000;
color: var(--brown);
color: var(--midgrey);
text-decoration: none;
}

Expand Down
4 changes: 2 additions & 2 deletions core/client/app/styles/layouts/editor.css
Expand Up @@ -172,15 +172,15 @@

.entry-preview-content .btn,
.content-preview-content .btn {
color: var(--grey);
color: #e1e1e1;
text-decoration: none;
}

.entry-preview-content .img-placeholder,
.content-preview-content .img-placeholder {
position: relative;
height: 100px;
border: 5px dashed var(--grey);
border: 5px dashed #e1e1e1;
}

.entry-preview-content .img-placeholder span,
Expand Down
6 changes: 5 additions & 1 deletion core/client/app/styles/layouts/main.css
Expand Up @@ -13,6 +13,7 @@
.gh-viewport {
flex-grow: 1;
display: flex;
max-height: 100vh;
}

.gh-main {
Expand All @@ -32,6 +33,7 @@
flex: 0 0 235px;
display: flex;
flex-direction: column;
overflow: hidden;
border-right: #e1e1e1 1px solid;
background: #f6f6f6;
transform: translateX(0);
Expand Down Expand Up @@ -68,6 +70,7 @@

.gh-nav-menu-details {
flex-grow: 1;
overflow: hidden;
padding-right: 10px;
}

Expand Down Expand Up @@ -404,7 +407,8 @@
.view-title i {
margin: 0 10px;
color: #818181;
font-size: 1.4rem;
font-size: 14px;
line-height: 12px;
}

.view-actions {
Expand Down
2 changes: 1 addition & 1 deletion core/client/app/styles/layouts/settings.css
Expand Up @@ -135,7 +135,7 @@

.settings-code-editor.focused {
outline: 0;
border-color: var(--brown);
border-color: var(--midgrey);
}

.settings-code-editor .CodeMirror {
Expand Down
4 changes: 2 additions & 2 deletions core/client/app/styles/layouts/tags.css
Expand Up @@ -109,14 +109,14 @@

.settings-tag .tag-description {
margin: 0;
color: var(--midbrown);
color: #e1e1e1;
font-size: 13px;
}

.settings-tag .tags-count {
position: absolute;
top: 20px;
right: 12px;
color: var(--midbrown);
color: #e1e1e1;
font-size: 16px;
}
6 changes: 3 additions & 3 deletions core/client/app/styles/layouts/users.css
Expand Up @@ -16,7 +16,7 @@

.user-list-title {
margin-bottom: 14px;
color: var(--midbrown);
color: #a1a1a1;
font-size: 13px;
font-weight: normal;
}
Expand Down Expand Up @@ -74,7 +74,7 @@ a.user-list-item {
right: 0;
left: 0;
margin-top: -7px;
color: var(--brown);
color: var(--midgrey);
text-align: center;
font-size: 14px;
}
Expand Down Expand Up @@ -129,7 +129,7 @@ a.user-list-item {
.user-list-item-body .description {
display: inline-block;
margin-top: 3px;
color: var(--midbrown);
color: #a1a1a1;
white-space: nowrap;
font-size: 12px;
}
Expand Down
2 changes: 1 addition & 1 deletion core/client/app/styles/patterns/forms.css
Expand Up @@ -182,7 +182,7 @@ textarea {
width: 18px;
height: 18px;
border: 1px solid #e1e1e1;
background: #f7f7f3;
background: #f7f7f7;
}

.for-radio p,
Expand Down
7 changes: 1 addition & 6 deletions core/client/app/styles/patterns/global.css
Expand Up @@ -8,19 +8,14 @@
:root {
/* Colours */
--darkgrey: #242628;
--grey: #242628;
--midgrey: #7d878a;
--lightgrey: #e2edf2;
--lightestgrey: #fcfcfc;
--brown: #aaa9a2;
--midbrown: #c0bfb6;
--blue: #5ba4e5;
--red: #e25440;
--orange: #f2a925;
--green: #9fbb58;
/* Style values */
--border-radius: 4px;
--box-shadow: rgba(0,0,0,0.05) 0 1px 5px; /* TODO: not used? */
--font-family: "Open Sans", sans-serif;
--font-family-mono: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
Expand Down Expand Up @@ -188,7 +183,7 @@ blockquote p {
blockquote small {
display: inline-block;
margin: 0.8em 0 0.8em 1.5em;
color: var(--brown);
color: var(--midgrey);
font-size: 0.9em;
}
/* Quotation marks */
Expand Down
2 changes: 1 addition & 1 deletion core/client/app/styles/patterns/tables.css
Expand Up @@ -30,7 +30,7 @@ table td,
}

.table th {
color: var(--brown);
color: var(--midgrey);
}

.table caption + thead tr:first-child th,
Expand Down
4 changes: 2 additions & 2 deletions core/client/app/templates/components/gh-file-upload.hbs
@@ -1,4 +1,4 @@
<input data-url="upload" class="gh-input btn btn-green" type="file" name="importfile" accept="{{options.acceptEncoding}}">
<button type="submit" class="btn btn-blue" id="startupload" disabled={{uploadButtonDisabled}} {{action "upload"}}>
<input data-url="upload" class="gh-input btn-block" type="file" name="importfile" accept="{{options.acceptEncoding}}">
<button type="submit" class="btn btn-green btn-block" id="startupload" disabled={{uploadButtonDisabled}} {{action "upload"}}>
{{uploadButtonText}}
</button>
4 changes: 2 additions & 2 deletions core/client/app/templates/settings/labs.hbs
Expand Up @@ -19,8 +19,8 @@
<div class="form-group">
<label>Import</label>
{{partial "import-errors"}}
{{gh-file-upload id="importfile" uploadButtonText=uploadButtonText}}
<p>Import from another Ghost installation. If you import a user, this will replace the current user & log you out.</p>
{{gh-file-upload id="importfile" class="flex" uploadButtonText=uploadButtonText}}
<p>Import from another Ghost installation. If you import a user, this will replace the current user &amp; log you out.</p>
</div>
</fieldset>
{{/gh-form}}
Expand Down