Move the text to bottom-left as in prototypes
Change-Id: Iffb3bcee43cd0e0c76e7abd7e29cf8fa0e7ede98
This commit is contained in:
@@ -64,11 +64,16 @@
|
|||||||
.uls-region {
|
.uls-region {
|
||||||
float: left;
|
float: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
|
||||||
width: 133px;
|
width: 133px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 197px;
|
height: 197px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uls-region a {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uls-region:hover {
|
.uls-region:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user