form design update

This commit is contained in:
Daniel 2014-04-17 15:36:20 +02:00
commit 2a7f5461ff
3 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@
<h1><?=_('Seminaries')?></h1>
<h2><?=_('New seminary')?></h2>
<form method="post" action="<?=$linker->link('create', 1)?>">
<form method="post" action="<?=$linker->link('create', 1)?>" class="logreg">
<fieldset>
<label for="title"><?=_('Title')?>:</label>
<input type="text" name="title" placeholder="<?=_('Title')?>" /><br />

View file

@ -1,7 +1,7 @@
<h1><?=_('Users')?></h1>
<h2><?=_('New user')?></h2>
<form method="post" action="<?=$linker->link('create', 1)?>">
<form method="post" action="<?=$linker->link('create', 1)?>" class="logreg">
<fieldset>
<label for="username"><?=_('Username')?>:</label>
<input type="text" name="username" placeholder="<?=_('Username')?>" /><br />

View file

@ -102,6 +102,7 @@ aside{display:none}
.qgicon{margin:17px 0 0 -39px;background:#f7f5f2;font-size:1.25em;float:left}
.qgicon.locked{margin-top:-2px}
.qgtitle a{background:#5cb6bd;border-radius:3px 3px 0 0;display:block;padding:20px;color:#fff;font-weight:700}
.qgtitle a:hover{background:#5bbac2}
.qgprogress,.qghidden{margin-bottom:4px;padding:20px 20px 4px 20px;background:#fff;border-radius:0 0 3px 3px}
.qglist li{margin: 0 0 5px 0}
@ -269,7 +270,7 @@ menu a{padding:10px 0}
#toggle,.toggle{display:none}
.wrap{margin:0 0 0 300px}
article{padding:20px 40px 80px 40px}
.moodpic{margin:-20px -40px}
.moodpic{margin:-20px -40px 0 -40px}
.breadcrumbs li{display:inline;padding-right:10px}
.gchars li{width:19%}
@ -280,7 +281,7 @@ html{overflow-y:scroll;height:100%}
body{background:#eae8e4;height:100%}
.wrap{width:800px;max-width:800px;height:auto !important;min-height:100%;height:100%;position:relative;overflow:hidden}
article{background:#f7f5f2;float:left}
.moodpic{margin:-20px 0 0 -40px;width:880px;height:230px}
.moodpic{width:880px;height:230px}
.moodpic img{width:100%}
}