Skip to content

Commit

Permalink
Some style changes for Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-c committed Mar 19, 2013
1 parent 6ec4db2 commit 918700b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/animal_selector.styl
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@
margin-left: 7px;
width: 71px;

[data-language="pl_pl"] & {
font-size: 13px;
letter-spacing: -1px;
}

&:first-child {
margin-left: 0;
}
Expand All @@ -149,6 +154,7 @@
font-size: 12px;
font-weight: bold;
height: 22px;
overflow: hidden;
padding: 0;
position: relative;
text-overflow: ellipsis;
Expand Down Expand Up @@ -297,6 +303,11 @@
opacity: 1;
transition: opacity 0.25s ease-in-out;

[data-language="pl_pl"] & {
font-size: 11px;
letter-spacing: -1px;
}

&:hover {
background: rgba($black, 0.67);
}
Expand Down
1 change: 1 addition & 0 deletions css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
@import 'animal_details';
@import 'content_page';
@import 'layout';
@import 'language_picker';
@import 'home_page';
@import 'about_page';
@import 'classifier';
Expand Down
5 changes: 5 additions & 0 deletions css/language_picker.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.language-picker
bottom: 0
position: fixed
right: 0
z-index: 3

0 comments on commit 918700b

Please sign in to comment.