Skip to content

Commit

Permalink
Better styling of boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jun 20, 2019
1 parent 3d7016f commit 615c712
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
26 changes: 17 additions & 9 deletions eqdkp_neon.css
Original file line number Diff line number Diff line change
Expand Up @@ -4350,33 +4350,41 @@ button.thirdpartylogin.discord {
}

.list-type4 {
display:flex;
display:flex;
flex-wrap: wrap;
}

.article-container.list-type4 {
width: 500px;
.article-container.list-type4 {
width: 480px;
margin-right:20px;
background-color: @eqdkpContentContrastBackgroundColor;
flex-grow: 1;
display: block;
}

.list-type4 .article-banner-image {
align-items:center;
display:flex;
max-height:160px;
.list-type4 .article-banner-image {
overflow:hidden;
}

.list-type4 .news_author {
.list-type4 .article-banner-image a {
display: block;
height: 160px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.list-type4 .news_author {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
}

.list-type4 .article_content {
.list-type4 .article_content {
padding: 0px 10px 5px 10px;
}

/***************************************************
/* Ribbons
**************************************************/
Expand Down
2 changes: 1 addition & 1 deletion index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
$(function() {
/* Login Dialog */
$( "#dialog-login" ).dialog({
height: <!-- IF S_BRIDGE_INFO -->450<!-- ELSE -->350<!-- ENDIF -->,
height: 'auto',
width: 530,
modal: true,
autoOpen: false,
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<creationDate>2015-04-26T09:10:38+00:00</creationDate>
<copyright>Inkraja</copyright>
<license>AGPL v3</license>
<version>2.3.2</version>
<version>2.3.3</version>
<description></description>
<folder>eqdkp_neon</folder>
</install>
2 changes: 1 addition & 1 deletion settings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<settings styleversion="2.3.2">
<settings styleversion="2.3.3">
<template_path>eqdkp_neon</template_path>
<attendees_columns>6</attendees_columns>
<logo_position>left</logo_position>
Expand Down

0 comments on commit 615c712

Please sign in to comment.