Increase home stats card width to match dashboard activity

This commit is contained in:
Jonathan Wong 2015-08-27 13:00:40 -07:00
parent 7bbcc575b0
commit 99dd133a9a

View file

@ -1472,7 +1472,7 @@ a .season-episodes-card-overlay:hover {
background-color: #282828; background-color: #282828;
position: relative; position: relative;
float: left; float: left;
width: 300px; width: 330px;
padding: 10px; padding: 10px;
margin-right: 20px; margin-right: 20px;
margin-bottom: 20px; margin-bottom: 20px;
@ -1746,7 +1746,7 @@ a .home-platforms-instance-list-oval:hover,
} }
.home-platforms-instance .slider { .home-platforms-instance .slider {
background-color: #2d2d2d; background-color: #2d2d2d;
width: 320px; width: 350px;
display: none; display: none;
position: absolute; position: absolute;
top: 128px; top: 128px;
@ -1755,7 +1755,7 @@ a .home-platforms-instance-list-oval:hover,
-moz-box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1); -moz-box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1); box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
z-index: 1; z-index: 1;
clip: rect(1px, 324px, 1000px, -2px); clip: rect(1px, 354px, 1000px, -2px);
} }
.history-table-title { .history-table-title {
text-overflow: ellipsis; text-overflow: ellipsis;