Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update style.css #13

Merged
merged 2 commits into from
Apr 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/system/system_siteclosed.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@

<label class="control-label"><{$lang_username}></label>
<div class="input-container">
<input type="text" name="uname" class="form-control" placeholder="Your Name">
<input type="text" name="uname" class="form-control" placeholder="<{$smarty.const.THEME_LOGIN}>">
<span class="glyphicon glyphicon-user"></span>
</div>


<label class="control-label"><{$lang_password}></label>
<div class="input-container">
<input type="password" name="pass" class="form-control" placeholder="Your Password">
<input type="password" name="pass" class="form-control" placeholder="<{$smarty.const.THEME_PASS}>">
<span class="glyphicon glyphicon-lock"></span>
</div>

Expand All @@ -66,4 +66,4 @@
</div><!-- .row -->
</div><!-- .container -->
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ a.navbar-brand.xlogo{padding: 5px 20px 0 5px;}
.xoopsCode code > span{position: relative; z-index: 5;}

/* 3. XOOPS Blocks*/
.xoops-side-blocks > aside{margin-bottom:20px;}
.xoops-side-blocks > aside{margin-bottom:20px;text-align:justify;}
.xoops-side-blocks > aside h1, div.xoops-side-blocks > aside h2, div.xoops-side-blocks > aside h3, div.xoops-side-blocks > aside h4, div.xoops-side-blocks > aside h5, div.xoops-side-blocks > aside h6{font-size:0.9em;}
.xoops-side-blocks > aside > h4.block-title{line-height:inherit; margin:0; font-size:1.3em;}

.xoops-blocks{margin-bottom:20px;}
.xoops-blocks{margin-bottom:20px;text-align:justify;}
.xoops-blocks > h4{line-height:inherit; margin:0;}

.xoops-bottom-blocks{background:#FFF; padding:10px; text-align:justify; margin-bottom:20px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; position:relative; transition:all linear 300ms; -moz-transition:all linear 300ms; -webkit-transition:all linear 300ms; top:0;}
Expand Down Expand Up @@ -385,4 +385,4 @@ div.order-by a{color:#999; font-size:1.2em;}
/* bla, bla, bla */
.aligncenter{text-align:center; margin-left:auto; margin-right:auto;}
.alignleft{text-align:left; float:left;}
.alignright{text-align:right; float:right;}
.alignright{text-align:right; float:right;}