Click to expand tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.media {
|
||||
width:60px;
|
||||
width: 60px;
|
||||
position: absolute;
|
||||
top: 200px;
|
||||
right: 0px;
|
||||
@@ -15,5 +15,22 @@
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
#leftcolumn { width: 50%; float: left}
|
||||
#rightcolumn { width: 50%; float: right}
|
||||
#leftcolumn {
|
||||
width: 50%;
|
||||
float: left
|
||||
}
|
||||
#rightcolumn {
|
||||
width: 50%;
|
||||
float: right
|
||||
}
|
||||
#largeImgPanel {
|
||||
text-align: center;
|
||||
visibility: hidden;
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(100, 100, 100, 0.5);
|
||||
}
|
||||
Reference in New Issue
Block a user