Commit Graph

226 Commits

Author SHA1 Message Date
benmanley a6d101202c fix(avatar.jade): change .notBackground to .noBackgroundImage
avatar.jade was applying a class of .notBackground, but the css in
avatar.styl used .noBackgroundImage.

* Changed .notBackground to .noBackgroundImage in avatar.jade and
avatar.styl
* Consolidated css and added more comments
* Amended spacing as Stylus wasn’t compiling correctly
* Removed #profileStable and .pet css as couldn’t find reference to
them anywhere else.
* Commented out styles indicating who is party leader for now. Need a
solution that doesn’t involve background color.
2014-08-04 22:45:10 +01:00
benmanley 1ba80bd5ea refactor(filter.styl): move clearfix to global modules
Make clearfix css globally available as an @extend.
2014-08-04 14:06:53 +01:00
Alice Harris 46dbb0b78a Merge pull request #3799 from Alys/avatarNameContribColour
apply contributor tier color to avatar name - fixes https://github.com/HabitRPG/habitrpg/issues/3735
2014-08-02 13:08:20 +10:00
Alice Harris 2c70c25028 Merge pull request #3792 from Alys/showMoreBackground
show more avatar background (remove Lvl, hide avatar name)
2014-08-02 13:06:07 +10:00
Jeremy Lee 26741773c9 split Player Tiers table into entries for individual tiers; partially implement new moderator and staff tiers (still invisible to users) 2014-08-02 10:46:16 +10:00
Tyler Renelle e10c04c9bc feat(contribs): start for #3801, update to new badge colors 2014-07-31 12:10:24 -06:00
Alice Harris a87b651caf apply contributor tier color to avatar name 2014-07-29 08:53:23 +10:00
Alice Harris 1e797a0b05 show more avatar background (remove Lvl, hide avatar name) 2014-07-27 08:41:33 +10:00
Blade Barringer 490b0d1b1b Corrected gap in filters style 2014-07-19 18:19:50 -05:00
Blade Barringer 7c51910835 Fixed over width issue caused by the filters div 2014-07-16 19:54:01 -05:00
benmanley d1a5ff0cef fix(global-modules): prevent labels from hiding tooltips
– Remove overflow:hidden from label template as it obscured tooltips
applied to label’s children
– Style buttons correctly if they include an input element
2014-07-14 21:52:56 +01:00
benmanley 4cf1030c85 refactor(game-pane.styl): tweak layout and colors
– Improve positioning and size of chat-box buttons
– Replace some px values with ems
– Replace contributor colors with variables (set in global-colors.styl)
2014-07-14 21:52:56 +01:00
benmanley 967c46be87 refactor(boss): restyle boss stats meters
Update to reflect redesigned stats meters
2014-07-03 17:14:25 +01:00
benmanley 190ef0402c refactor(avatar): restyle level label 2014-07-03 16:22:51 +01:00
benmanley b4e53a21aa refactor(labels): match status meter style 2014-07-03 16:10:18 +01:00
benmanley 15a63d6e66 refactor(.hero-stats): re-restyle status meters
Improved status meter design based on user feedback
2014-07-03 16:10:18 +01:00
Tyler Renelle 14c6019258 fix(dilatory): misc chat fixes for better formatting of neglect strikes 2014-06-25 21:35:22 -06:00
Rob Eden 89d4db6d6e Increase max-width of food-tray to 17em
Increase max-width of food-tray to 17em to allow for scrollbar when necessary.
2014-06-21 14:51:32 -05:00
Rob Eden 3e04ec9215 Cap food-try max width to 15em
Fix for https://github.com/HabitRPG/habitrpg/issues/3628, which caps the max-width in .food-tray to 15em.
2014-06-19 16:17:43 -05:00
Tyler Renelle ce5d83d5a1 Merge pull request #3605 from yafinee/etheral_surge
#3534 - Rewards: Broken layout when the text is too long.
2014-06-14 18:03:33 -06:00
Yafinee c5d9fe4e1d #3534 - Rewards: Broken layout when the text is too long. 2014-06-14 14:31:12 +02:00
Tyler Renelle 8cab2951e5 fix(backgrounds): fix name visibility, perf++ :not(.hasBackground) => .notBackground 2014-06-12 12:48:40 -06:00
Tyler Renelle c6232c2d1a feat(backgrounds): add backgrounds feature 2014-06-10 16:38:29 -06:00
benmanley 9cd42524ec refactor(filters.styl): minor layout changes 2014-06-05 16:19:22 +01:00
benmanley 5b689b38df refactor(avatar.styl): add text shadow to lvl label 2014-06-05 16:19:22 +01:00
benmanley 57eb80f9db refactor(.hero-stats): restyle status meters
Add text to icons to clarify purpose of each bar
Tidy up tooltip behaviour
Aesthetic changes
2014-06-05 16:19:22 +01:00
benmanley 58ba84945b refactor(tasks): restyle task column color scheme 2014-05-09 16:53:41 +01:00
benmanley 1ff77932ff feat(filters): add button to hide tags and restyle
**filters.styl**
* restyle tags and filter controls using global styles
**filter.jade**
* add button to toggle visibility
* change controls from icons to text
**global-modules**
* add new extends and mixins for button bar and tags
**global-colors.styl**
* add tag colours
2014-05-09 16:53:41 +01:00
benmanley 2309184ae3 feat(toolbar): add button to hide/show toolbar
menu.jade:
* Add toggle button to toolbar
* Add container to hide the rest of toolbar without hiding the toggle
button.

menu.styl:
* Add toggle button styles
* Update toolbar styles to account for toggle button

header.styl:
* Update rules for adding and removing padding from .header-wrap when
toolbar is toggled.
2014-05-02 19:49:18 +01:00
benmanley e830419234 fix(toolbar): use :before to prevent popover conflict
Use :before instead of :after to prevent custom styles conflicting with
Bootstrap popovers.
2014-04-23 21:39:55 +01:00
benmanley 254ac3d510 fix(toolbar): improve layout and fix scrolling bug
Consolidate styles from menu.styl into global-modules.styl
Mobile: Remove glyphicons to give more space
Mobile: Fix notif scrolling behaviour
Mobile: Move subscribe button from toolbar to menu modal
2014-04-23 18:39:55 +01:00
Tyler Renelle 803c0ae659 Merge pull request #3186 from denis-sokolov/customization-unlock-set-placement
improve(profile): reposition the "unlock set" button to the "2 gem/locked" string
2014-04-22 12:10:06 -06:00
James Hsiao 70af0869c6 Avoid modals for streaks > 1 and beastmaster > 91 2014-04-22 13:54:52 -04:00
Matteo Pagliazzi 81ef26087f fix(toolbar): enlarged menu only when not collapsed 2014-04-17 22:12:45 +02:00
Matteo Pagliazzi 2eea5c2dbd fix(toolbar): enlarge clickable area 2014-04-17 20:14:42 +02:00
Tyler Renelle 5296a584de Merge pull request #3155 from benmanley/notif-restyle
Consolidate notifications into one menu
2014-04-16 11:40:20 -06:00
benmanley 06afb0cbc5 Restyle avatar popover 2014-04-15 23:41:52 +01:00
benmanley 65112e1fa1 Add custom styles for submenus 2014-04-15 23:40:48 +01:00
benmanley 3c6400e46d Add global styles for labels and menus 2014-04-15 23:38:48 +01:00
Denis Sokolov a2291a7028 improve(profile): reposition the "unlock set" button to the "2 gem/locked" string 2014-04-13 20:07:11 +09:00
benmanley a8b6dffee6 Improve toolbar styles 2014-04-08 16:48:52 +01:00
benmanley 834828ce74 Improve toolbar and global styles 2014-04-05 15:03:36 +01:00
benmanley 0863215102 Redesign toolbar navigation and fix notification logic 2014-04-03 09:21:22 +01:00
benmanley e343e70d8a Start a custom CSS framework 2014-04-03 09:19:54 +01:00
Denis Sokolov 4d37314b6d fix(rewards): no move cursor on shop and spells, close #2910 2014-03-31 16:03:05 +03:00
Denis 41ae15c913 improve(profile): clarify the cost of unlocks, fix #3175 2014-03-31 11:59:45 +03:00
benmanley 7d7785d1c0 Consolidate notifications into one menu 2014-03-26 22:01:30 +00:00
benmanley 43d9ccaa2e Prevent .hero-stats header styles from applying globally 2014-03-24 21:38:54 +00:00
benmanley ea650c8acf Fix gap at bottom of toolbar and remove unused code 2014-03-18 20:14:29 +00:00
benmanley bd79234570 Hide toolbar-submenu until toggled 2014-03-17 23:42:04 +00:00