Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit e55ac2d

Browse files
fabiangermannSimon Bächler
authored andcommitted
Various changes
1 parent 2c22898 commit e55ac2d

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

media/css/global.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ a.button-previous {
126126
width: 53px;
127127
}
128128

129+
a.logout {
130+
position: absolute;
131+
right: 0;
132+
}
133+
129134
/*------------------------------------------------------------------
130135
navigation
131136
-------------------------------------------------------------------*/
@@ -398,6 +403,15 @@ app library
398403
float: left;
399404
}
400405

406+
.app-info ul {
407+
margin: 0 1.5em 1.5em 0;
408+
}
409+
410+
a.edit {
411+
font-size: 14px;
412+
text-transform: lowercase;
413+
}
414+
401415
/* app detail */
402416
.app-detail .app-info {
403417
margin-bottom: 20px;
@@ -429,7 +443,7 @@ label {
429443
font-weight: normal;
430444
}
431445

432-
.required {
446+
.submission-form .required {
433447
clear: both;
434448
}
435449

0 commit comments

Comments
 (0)