Skip to content

Commit

Permalink
changing position of share buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Collins committed Jun 10, 2015
1 parent a634ae8 commit a7f31be
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
Binary file modified images/twitter-blk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/circuit/circuit.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[data-module="circuit"] {
width: 960px;
height: 885px;
height: 855px;
font-family: "HaasTextBold",Arial,Helvetica;
opacity: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion modules/debug/debug.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[data-module="debug"]{
position: relative;
height: 820px;
height: 790px;
margin-left: -110px;
font-family: 'Roboto Mono', courier, monospace;
clear: both;
Expand Down
2 changes: 1 addition & 1 deletion modules/grabbag/grabbag.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
}

[data-module="grabbag"] {
height: 255px;
height: 225px;
}
2 changes: 1 addition & 1 deletion modules/keyboard/keyboard.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[data-module="keyboard"] {
height: 546px;
height: 516px;
}

[data-module="keyboard"] .keyboard {
Expand Down
2 changes: 1 addition & 1 deletion modules/livehtml/livehtml.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[data-module="livehtml"] {
height: 600px;
height: 570px;
}

[data-module="livehtml"] iframe {
Expand Down
2 changes: 1 addition & 1 deletion modules/tinder/tinder.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[data-module="tinder"]{
position: relative;
height: 770px;
height: 700px;
}

[data-module="tinder"] .screen {
Expand Down
4 changes: 3 additions & 1 deletion modules/tree/tree.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@


[data-module="tree"] {
position: relative;
height: 1140px;
height: 1110px;
}

[data-module="tree"] .svg-container {
Expand Down
4 changes: 2 additions & 2 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ li {margin-left: 40px}
cursor: pointer;
}

#tinder .innershare .innertw {
text-align: center;
#share-tinder .innertw {
margin-right:175px;
}

.innertw:hover {
Expand Down

0 comments on commit a7f31be

Please sign in to comment.