Add pointer in buttons see #8256

remotes/angel/1.11.x
jmontoyaa 9 years ago
parent b9c1d25178
commit ec9316274e
  1. 10
      app/Resources/public/css/base.css

@ -71,7 +71,7 @@ a.thumbnail:hover{
display: block;
padding-bottom: 100%;
overflow: hidden;
}
.gallery .frame{
background-color: #eeeeee;
@ -5794,7 +5794,7 @@ a.sessionView {
}
/* Landscape phones and down */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#learning_path_breadcrumb_zone {
}
#learning_path_main{
@ -5869,7 +5869,7 @@ a.sessionView {
#show_graph{
text-align: center;
}
}
@media (min-width : 480px) and (max-width: 767px) {
#touch-button{
@ -5980,3 +5980,7 @@ a.sessionView {
font-size: 120%;
margin-bottom: 0;
}
#upload_form .fa-plus-square-o, #upload_form .fa-minus-square-o {
cursor:pointer;
}
Loading…
Cancel
Save