From ec9316274e76b906afe2abff9fc006481a47f15b Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Wed, 29 Jun 2016 12:07:10 +0200 Subject: [PATCH] Add pointer in buttons see #8256 --- app/Resources/public/css/base.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 4e283386dd..3394e57e08 100644 --- a/app/Resources/public/css/base.css +++ b/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; +} \ No newline at end of file