Difference between revisions of "Team:Cardiff Wales/gallery"

Line 81: Line 81:
  
 
/* Next & previous buttons */
 
/* Next & previous buttons */
.prev,
+
 
.next {
+
.next{
    cursor: pointer;
+
cursor: pointer;
   position: absolute;
+
   position: absolute !important;
   top: 50%;
+
right: 0 !important;
 +
   top: 10% !important;
 
   width: auto;
 
   width: auto;
 
   padding: 16px;
 
   padding: 16px;
Line 96: Line 97:
 
   user-select: none;
 
   user-select: none;
 
   -webkit-user-select: none;
 
   -webkit-user-select: none;
}
 
 
/* Position the "next button" to the right */
 
.next {
 
  right: 0;
 
  border-radius: 3px 0 0 3px;
 
 
}
 
}
  
 
.prev{
 
.prev{
   left: 0;
+
cursor: pointer;
   border-radius: 3px 0 0 3px;
+
   position: absolute !important;
 +
left: 0 !important;
 +
  top: 10% !important;
 +
  width: auto;
 +
  padding: 16px;
 +
  margin-top: -50px;
 +
  color: white;
 +
  font-weight: bold;
 +
  font-size: 20px;
 +
  transition: 0.6s ease;
 +
   border-radius: 0 3px 3px 0;
 +
  user-select: none;
 +
  -webkit-user-select: none;
 
}
 
}
  

Revision as of 17:59, 4 October 2018

Gallery