aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/static
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-07-10 16:54:25 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-07-10 16:54:25 +0200
commitb4999bc3ae16d167071cef7b9fa010b5cd126fb1 (patch)
treebaedce633a55fb8215cb2ef1e6d0e2fb3aa9e5b0 /pyaggr3g470r/static
parentDo not display the flash message in full width. (diff)
downloadnewspipe-b4999bc3ae16d167071cef7b9fa010b5cd126fb1.tar.gz
newspipe-b4999bc3ae16d167071cef7b9fa010b5cd126fb1.tar.bz2
newspipe-b4999bc3ae16d167071cef7b9fa010b5cd126fb1.zip
Improved the mini-form to create new feeds.
Diffstat (limited to 'pyaggr3g470r/static')
-rw-r--r--pyaggr3g470r/static/css/customized-bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyaggr3g470r/static/css/customized-bootstrap.css b/pyaggr3g470r/static/css/customized-bootstrap.css
index 1b3c197d..9f3febfc 100644
--- a/pyaggr3g470r/static/css/customized-bootstrap.css
+++ b/pyaggr3g470r/static/css/customized-bootstrap.css
@@ -41,3 +41,9 @@ div.top {
a {
color: #3572B0;
}
+
+.input-group-inline {
+ min-width: 0;
+ width: 200px;
+ display: inline;
+}
bgstack15