Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-11-25 11:01:22 +0300
committerdartcafe <github@dartcafe.de>2017-11-25 11:01:22 +0300
commitcf10214d293a51f88d4ed8b07eb1206860cd8029 (patch)
tree6dd86d8fdbb1fe1a9a0b46cd80cb6af4574d65e0 /templates
parent167c8c0fba5f65d26e928aa82fdb97fc61026227 (diff)
CSS work
Diffstat (limited to 'templates')
-rw-r--r--templates/goto.tmpl.php4
-rw-r--r--templates/main.tmpl.php14
2 files changed, 9 insertions, 9 deletions
diff --git a/templates/goto.tmpl.php b/templates/goto.tmpl.php
index 3a05c448..46406841 100644
--- a/templates/goto.tmpl.php
+++ b/templates/goto.tmpl.php
@@ -98,8 +98,8 @@
<div id="app">
<div id="app-content" class="<?php p($statusClass . ' ' . $pollTypeClass); ?>">
- <div id="controls" class="controls row">
- <div id="breadcrump" class="breadcrump row">
+ <div id="controls" class="controls">
+ <div id="breadcrump" class="breadcrump">
<?php if (User::isLoggedIn()) : ?>
<div class="crumb svg" data-dir="/">
<a href="<?php p($urlGenerator->linkToRoute('polls.page.index')); ?>">
diff --git a/templates/main.tmpl.php b/templates/main.tmpl.php
index 19048d57..18cc9058 100644
--- a/templates/main.tmpl.php
+++ b/templates/main.tmpl.php
@@ -47,12 +47,12 @@
<img class="svg" src="<?php print_unescaped(\OCP\Template::image_path('core', 'places/home.svg')); ?>" alt="Home">
</a>
</div>
- <div class="creatable" style="">
- <a href="<?php p($urlGenerator->linkToRoute('polls.page.create_poll')); ?>" class="button new">
- <span class="symbol icon-add"></span><span class="hidden-visually">Neu</span>
- </a>
- <input class="stop icon-close" style="display:none" value="" type="button">
- </div>
+ </div>
+ <div class="actions creatable" style="">
+ <a href="<?php p($urlGenerator->linkToRoute('polls.page.create_poll')); ?>" class="button new">
+ <span class="symbol icon-add"></span><span class="hidden-visually">Neu</span>
+ </a>
+ <input class="stop icon-close" style="display:none" value="" type="button">
</div>
</div>
<?php if (count($_['polls']) === 0) : ?>
@@ -61,7 +61,7 @@
<h2><?php p($l->t('No existing polls.')); ?></h2>
</div>
<?php else : ?>
- <div class="table has-controls">
+ <div class="table main-container has-controls">
<div class ="row table-header">
<div class="wrapper group-master">