marklogic-community / demo-cat

An application to help SEs find good demos and record bugs and RFEs on them. AngularJS talks to the MarkLogic database via the REST API.
Other
11 stars 17 forks source link

Various UI fixes #185

Closed grtjn closed 9 years ago

grtjn commented 9 years ago

@jenbreese Can you have a look at my create page changes? You probably need to run bower install or bower update, and deploy modules. I added some popover hints, but moved them to info glyphicons on the side. Firstly because the rich editor didn't allow direct popover, and then I liked the (i) so much, I applied it to all popovers. Some are badly placed though..

jenbreese commented 9 years ago

We are using the glyphicons/fontawesome so we shouldn't delete those.

grtjn commented 9 years ago

The fonts are available inside bower_components. I changed font-path variable in main.less to point to those. Worked well at my end..

grtjn commented 9 years ago

This pull contains a number of generic improvements as well.