-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from rit-sse/design-changes
Browse page styling and hello text
- Loading branch information
Showing
4 changed files
with
36 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,37 @@ | ||
.browse { | ||
.panel { | ||
margin: 0; | ||
} | ||
overflow-x: hidden; | ||
|
||
.panel-body { | ||
padding: 15px 0; | ||
} | ||
.panel { | ||
margin: 0; | ||
} | ||
|
||
.panel-heading { | ||
cursor: pointer; | ||
p { | ||
display: inline; | ||
} | ||
} | ||
.form-group { | ||
display: inline-block; | ||
vertical-align: top; | ||
min-width: 200px; | ||
} | ||
.filters { | ||
border-bottom: 1px solid gray; | ||
margin-bottom: 15px; | ||
} | ||
.btn { | ||
padding: 2px 5px; | ||
box-shadow: none; | ||
} | ||
.load-btn { | ||
float: right; | ||
.panel-body { | ||
padding: 15px 0; | ||
} | ||
|
||
.panel-heading { | ||
cursor: pointer; | ||
p { | ||
display: inline; | ||
} | ||
} | ||
.form-group { | ||
display: inline-block; | ||
vertical-align: top; | ||
min-width: 200px; | ||
} | ||
.filters { | ||
border-bottom: 1px solid gray; | ||
margin-bottom: 15px; | ||
} | ||
.btn { | ||
padding: 2px 5px; | ||
box-shadow: none; | ||
} | ||
.load-btn { | ||
float: right; | ||
} | ||
.plan-rows { | ||
margin-bottom: 10px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,4 +86,4 @@ | |
margin-top: -5px; | ||
padding: 10px; | ||
font-size: 24px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="container" id="empty-view"> | ||
<h3>To get started, click "Add Year" below</h3> | ||
<h3>You could also try clicking <b>Browse</b> and selecting someone else's shared plan</h3> | ||
<h3>To get started, click "Add Year" below.</h3> | ||
<h3>If you log in, you can <a href="/browse"><b>Browse</b></a> and select someone else's shared plan.</h3> | ||
</div> |