Skip to content

Commit 42ffbb6

Browse files
committed
Basic changes for image presenter
ensure markup is identical for each view as far as possible Use css-grid to prevent image title/file name overwriting icons Add locale markers to images in grid view Gemfile: Use refinerycms-wymeditor, branch: master remove old view files Presentation tweaks: in list view the image details expand on hover. Also zebra stripes restored.
1 parent 1b73e0b commit 42ffbb6

File tree

18 files changed

+1429
-915
lines changed

18 files changed

+1429
-915
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ end
1313
gem 'refinerycms-acts-as-indexed', ['~> 3.0', '>= 3.0.0']
1414

1515
# Add the default visual editor, for now.
16-
gem 'refinerycms-wymeditor', ['~> 2.2', '>= 2.2.0']
16+
# gem 'refinerycms-wymeditor', ['~> 2.2', '>= 2.2.0']
17+
gem 'refinerycms-wymeditor', git: 'https://github.com/parndt/refinerycms-wymeditor', branch: 'master'
1718

1819
# Database Configuration
1920
unless ENV['CI']

core/app/assets/stylesheets/refinery/components/_tooltips.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
background: #22a7f2;
1010
border: 1px solid #1b82bd;
1111
word-wrap:break-word;
12-
position: relative;
12+
//position: relative;
1313
color: white;
1414
* {
1515
color: white;

core/app/assets/stylesheets/refinery/global/_colours.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ $icon_add_colour: $icon_default_colour;
1616
$action_background_colour: lighten($icon_locale_colour,10%);
1717
$action_border_colour: $icon_locale_colour;
1818

19+
$menu-background: #e9e9e9;
20+
$menu-color: #0770ad;
21+
$admin-blue: #28A9F4;
22+
$admin-blue-light: lighten($admin-blue, 20%);
23+
$lowlight: #a3a093;
24+
$highlight: black;
1925
// $icon_preview_colour: #7f00ff; // violet
2026
// $icon_edit_colour: #007fff; // azure
21-
// $icon_add_colour: #7fff00; // chartreuse
27+
// $icon_add_colour: #7fff00; // chartreuse

0 commit comments

Comments
 (0)