Skip to content

Commit 3429973

Browse files
committed
Space Menu minor css touches.
1 parent 85bebfd commit 3429973

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

client/views/SSSpaceMenu/SSSpaceMenu.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
.SSSpaceMenuFrameBody button#SSSpaceMenuClose{
5959
font-family: Georgia;
6060
font-weight: normal;
61-
top: 0;
61+
top: 0; right: 0;
6262
cursor: pointer;
6363
}
6464

@@ -106,7 +106,7 @@ ul#SpaceMenuList li
106106

107107
-moz-border-radius: 4px;
108108
-webkit-border-radius: 4px;
109-
border: 1px solid #ccc;
109+
border: 1px solid #aaa;
110110
margin-bottom: 1px;
111111
height: 60px;
112112
color: #89867d;

client/views/SSSpaceMenu/SSSpaceMenu.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3 class="name"></h3>
3535
<span class="space-vid" title="intro video"></span>
3636
</li>
3737

38-
<!--
38+
3939
<li class="SSSpaceMenuListCell SSCellClone SSSpaceMenuListBottom SSPreserve" id="SSGetSpaces">
4040
<span class="name">
4141
<h3>Get more apps</h3>
@@ -49,7 +49,7 @@ <h3>Make your own apps</h3>
4949
<span class="action">using html, css &amp; js (easy)</span>
5050
</span>
5151
</li>
52-
-->
52+
5353

5454
</ul>
5555
</div>

client/views/SSSpaceMenuListCell/SSSpaceMenuListCell.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ ul#SpaceMenuList li.SSSpaceMenuListBottom{
88
ul#SpaceMenuList li.SSSpaceMenuListBottom:hover > span h3,
99
ul#SpaceMenuList li.SSSpaceMenuListBottom:hover > span span{
1010
color: #444;
11+
text-shadow:1px 1px 0 rgba(255, 255, 255, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.1);
1112
}
1213

1314
ul#SpaceMenuList li.SSSpaceMenuListBottom > span h3,
1415
ul#SpaceMenuList li.SSSpaceMenuListBottom > span span{
15-
color: #777;
16-
text-shadow:1px 1px 0 #DDDDDD;
16+
color:#666;
17+
margin:0;
18+
padding-bottom:0;
1719
}
1820

1921
ul#SpaceMenuList li#SSGetSpaces > span {

0 commit comments

Comments
 (0)