(css) Improve input field for folder name

This commit is contained in:
Francis Lachapelle 2015-11-09 14:49:27 -05:00
parent cc5cc30c24
commit 0f2d0e9069

View file

@ -26,6 +26,7 @@ md-list-item {
.md-button md-icon {
margin-left: 0;
}
.sg-item-name {
font-size: sg-size(button);
max-width: 75%; // leave some place for a secondary button
@ -43,6 +44,7 @@ md-list-item {
.md-sidenav-left {
// Remove padding of input fields in the sidenav for better transitions between read and edit mode of a folder
md-input-container {
margin: 0;
padding: 0;
.md-input {
padding-left: 0;