Skip to content

Commit

Permalink
Fixed frontend css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adampiotrowski committed Mar 25, 2014
1 parent d17e6b9 commit 6b107d0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,8 @@ public function getAllShopToSelect()
*/
public function getShopByHost()
{
$request = $this->getRequest();
$host = $request->getHttpHost();
$shop = $this->getDb()
$host = $this->getRequest()->getHttpHost();
$shop = $this->getDb()
->table('shop')
->join('shop_translation', 'shop_translation.shop_id', '=', 'shop.id')
->where('shop.url', '=', $host)
Expand Down
7 changes: 7 additions & 0 deletions themes/Gekosale/css/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions themes/Gekosale/css/gekosale.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ body {
}

.layout-box-place {
margin: 0 0 20px;
height: 34px;
border: dashed 2px #000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
opacity: .2;
}

Expand Down
Loading

0 comments on commit 6b107d0

Please sign in to comment.