source: OpenWorkouts-current/ow/static/css/openworkouts.css @ 9bee49d

currentfeature/docs
Last change on this file since 9bee49d was 9bee49d, checked in by borja <borja@…>, 5 years ago

Bugfix: ensure the "add workout" dropdown appears in the workout details page

(it was hidden behind the map)

  • Property mode set to 100644
File size: 168 bytes
RevLine 
[5ec3a0b]1
2#map {
3    height: 360px;
[9bee49d]4    z-index: 0;
[5ec3a0b]5}
6
7#ow-analysis {
8    float: left;
9    width: 98%;
10    padding: 10px;
11    font-size: 0.8em;
12    background-color: #eeeeee;
[9bee49d]13}
Note: See TracBrowser for help on using the repository browser.