From 4ca5af23ab6815d87d456da7fee5032e6256c313 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 13 Sep 2016 12:07:15 +0530 Subject: [PATCH] commit changes for Issue : Ref 1) #7414:Settings > User should be able to access Annotation Toolbar from Settings too 2)#7178 : Tool Tip is not reflecting for the mode "Identify" and the "Draw" and the "Tool" in the Annotation toolbar --- 400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html | 2 +- 400-SOURCECODE/AIAHTML5.Web/index.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 49 insertions(+), 4 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html index 594a5e5..31a5072 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html @@ -29,7 +29,7 @@
  • List Manager
  • -
  • Annotation Toolbar
  • +
  • Annotation Toolbar
  • Add to Existing Curriculum
  • Settings
  • diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 186a81f..75295e5 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -55,6 +55,24 @@ border-color: #1B92D0 !important; color: #ffffff !important; }*/ + + .custom-tooltip-annotation { + background-color: #fff; + border: 0 none; + color: #000; + left: -52px; + opacity: 0.9; + padding: 3px 0; + position: absolute; + text-align: center; + top: 41px; + width: 120px; + display: none; + z-index: 10000; + border: 1px solid #000; + color: #000; + border-radius: 0; + } @@ -395,11 +413,13 @@
    Mode
    -
    - +
    + +
    - + +
    @@ -1328,7 +1348,32 @@ + -- libgit2 0.21.4