rename stack (#137)

* rename stack Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

* fixed 'lost focus without title change'

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

* fixed long words

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

* fixed 'lost focus without title change'

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

fixed long words

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

code style

css

* fixed 'lost focus without title change'

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

fixed long words

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>

code style

css
Merge remote-tracking branch 'origin/stack_rename' into stack_rename
Merge branch 'master' into stack_rename
This commit is contained in:
Artem Anufrij
2017-05-19 22:54:51 +02:00
committed by Julius Härtl
parent 1d797b1bf2
commit e9f71d1f40
2 changed files with 11 additions and 7 deletions

View File

@@ -254,10 +254,14 @@ button:hover {
font-size: 12pt;
font-weight: 700;
border: 0;
background-color: transparent;
background-color: white;
min-height: initial;
}
.stack form {
width: 100%;
}
.stack h2 button,
.stack .stack-actions {
float: right;
@@ -267,6 +271,8 @@ button:hover {
.stack h2 span {
width: 100%;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
.stack h2 .stack-actions {