Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24576 from Cwiiis/bug1074993-app-grouping-group-h…
Browse files Browse the repository at this point in the history
…eaders

Bug 1074993 - Update group headers to match spec. r=kgrandon
  • Loading branch information
Cwiiis committed Oct 1, 2014
2 parents 17af3b5 + 7fc4c7e commit 08ecd85
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 11 deletions.
Binary file modified shared/elements/gaia_grid/images/collapse_arrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified shared/elements/gaia_grid/images/collapse_arrow@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified shared/elements/gaia_grid/images/move_gripper.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified shared/elements/gaia_grid/images/move_gripper@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 10 additions & 11 deletions shared/elements/gaia_grid/style.css
Expand Up @@ -208,7 +208,7 @@
}

.group .header {
height: 4.7rem;
height: 4rem;
}

.group .header span {
Expand All @@ -219,17 +219,18 @@

.group .header .gripper,
.group .header .toggle {
width: 2.7rem;
height: 2.7rem;
width: 4.7rem;
height: 4rem;
top: 0;

background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
}

.group .header .gripper {
left: 1rem;
left: 0;
background-image: url('images/move_gripper.png');
background-size: 1.6rem;
opacity: 0;
transform: translate(-3.7rem, 0);
}
Expand All @@ -240,13 +241,14 @@
}

.group .header .title {
top: 0.9rem;
left: 1.4rem;
/* This is full width - gripper - toggle - padding */
width: calc(100% - 2.7rem - 2.7rem - 2.8rem);

text-align: left;
color: white;
font-size: 2.27rem;
font-size: 1.6rem;
font-style: italic;
font-weight: 300;
white-space: nowrap;
Expand All @@ -256,15 +258,12 @@
}

.edit-mode .header .title {
transform: translate(3.7rem, 0);
transform: translate(3.3rem, 0);
}

.group .header .toggle {
right: 1rem;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.15);
right: 0;
background-image: url('images/collapse_arrow.png');
background-size: 1.5rem;
}

.group.collapsed .header .toggle {
Expand Down

0 comments on commit 08ecd85

Please sign in to comment.