diff --git a/flightdeck/jetpack/media/css/UI.Editor_Menu.css b/flightdeck/jetpack/media/css/UI.Editor_Menu.css index 196a0272..d04ecead 100644 --- a/flightdeck/jetpack/media/css/UI.Editor_Menu.css +++ b/flightdeck/jetpack/media/css/UI.Editor_Menu.css @@ -80,11 +80,22 @@ authors: top: 50%; margin-top: -8px; left: 7px; - + background-image: url(../img/editor-buttons.png); background-repeat: no-repeat; } + .UI_Editor_Menu_Button.disabled a { + background: -moz-linear-gradient(270deg, #BEC5CC, #D9DDE0); + border-top: solid 1px transparent; + color: #6D7880; + cursor: default; + } + + .UI_Editor_Menu_Button.disabled a .UI_Editor_Icon { + opacity: 0.7; + } + .UI_Editor_Menu_Button.Icon_new a .UI_Editor_Icon { background-position: 0 0; } @@ -107,78 +118,4 @@ authors: .UI_Editor_Menu_Button.Icon_delete a .UI_Editor_Icon { background-position: -85px 0; - } - - - /* - - VERSION WITH STANDALONE BUTTONS - - .UI_Editor_Menu_Button { - background: #BEC5CC; - border-bottom: solid 1px #fff; - padding: 1px; - margin: 0 7px 1px 0; - float: left; - -moz-border-radius: 5px; - position: relative; - } - - .UI_Editor_Menu_Button a { - background: -moz-linear-gradient(270deg, #EBEFF2, #D4D9DF); - border-top: solid 1px #fff; - display: block; - padding: 7px 7px 7px 30px; - -moz-border-radius: 4px; - font-size: .9em; - text-shadow: 0 1px 0 #fff; - } - - .UI_Editor_Menu_Button a:hover { - background: -moz-linear-gradient(270deg, #F3F5F7, #DDE0E4); - text-decoration: none; - } - - .UI_Editor_Menu_Button a:active { - background: -moz-linear-gradient(270deg, #BEC5CC, #D9DDE0); - border-top: solid 1px transparent; - - } - - .UI_Editor_Menu_Button a .UI_Editor_Icon { - display: block; - height: 17px; - width: 17px; - position: absolute; - top: 50%; - margin-top: -8px; - left: 7px; - - background-image: url(../img/editor-buttons.png); - background-repeat: no-repeat; - } - - .UI_Editor_Menu_Button.Icon_new a .UI_Editor_Icon { - background-position: 0 0; - } - - .UI_Editor_Menu_Button.Icon_saveNewVersion a .UI_Editor_Icon { - background-position: -17px 0; - } - - .UI_Editor_Menu_Button.Icon_update a .UI_Editor_Icon { - background-position: -34px 0; - } - - .UI_Editor_Menu_Button.Icon_setAsBase a .UI_Editor_Icon { - background-position: -51px 0; - } - - .UI_Editor_Menu_Button.Icon_lock a .UI_Editor_Icon { - background-position: -68px 0; - } - - .UI_Editor_Menu_Button.Icon_delete a .UI_Editor_Icon { - background-position: -85px 0; - } - */ \ No newline at end of file + } \ No newline at end of file diff --git a/flightdeck/jetpack/media/css/UI.Layout.css b/flightdeck/jetpack/media/css/UI.Layout.css index 7ec65400..5cb4ceeb 100644 --- a/flightdeck/jetpack/media/css/UI.Layout.css +++ b/flightdeck/jetpack/media/css/UI.Layout.css @@ -203,6 +203,17 @@ a:focus { font-family: Helvetica, Arial, Tahoma, sans-serif; } + .UI_Heading .seeProfile { + display: block; + font-size: .6em; + padding: 5px 0 0; + color: #999; + } + + .UI_Heading .seeProfile a { + color: #478CDE; + } + .UI_Action_List { font-size: .9em; } diff --git a/flightdeck/jetpack/templates/_editor_menu.html b/flightdeck/jetpack/templates/_editor_menu.html index 9aa3df99..a1980b04 100644 --- a/flightdeck/jetpack/templates/_editor_menu.html +++ b/flightdeck/jetpack/templates/_editor_menu.html @@ -8,7 +8,7 @@ -
  • +
  • Update
  • {% if version.is_base %} diff --git a/flightdeck/person/templates/dashboard.html b/flightdeck/person/templates/dashboard.html index b65ec3f9..d9817e0a 100644 --- a/flightdeck/person/templates/dashboard.html +++ b/flightdeck/person/templates/dashboard.html @@ -6,11 +6,10 @@ {% endblock %} {% block app_sidebar %} -

    {{ user }}

    - - +

    + {{ user }} + See your public profile +