From 326edd9ce0dc2c3bb38061ac726035d7ec8013a4 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 13 Jul 2013 22:39:45 -0400 Subject: [PATCH] fix buttons --- views/site_files/text_editor.slim | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/views/site_files/text_editor.slim b/views/site_files/text_editor.slim index ca3c411f..78c173a2 100644 --- a/views/site_files/text_editor.slim +++ b/views/site_files/text_editor.slim @@ -52,14 +52,15 @@ css: div id="editor" style="width: 100%; height: 600px; position: relative;" #{@file_data} -.row.text-center style="margin-top: 10px" - .span4 - a.btn.btn-large.btn-warning href="/dashboard"   Finish Without Saving - .span4 - a.btn.btn-large.btn-success href="#" onclick="saveTextFile(false); return false"   Save Changes - .span4 - a.btn.btn-large.btn-info href="#" onclick="saveTextFile(true); return false"   Save and Finish +.row + .col.col-33.txt-Center + a.btn-Action href="/dashboard"   Finish Without Saving + .col.col-33.txt-Center + a.btn-Action href="#" onclick="saveTextFile(false); return false"   Save Changes + .col.col-33.txt-Center + a.btn-Action href="#" onclick="saveTextFile(true); return false"   Save and Finish + .row style="margin-top: 20px" .span6.offset3.text-center div id="editorUpdates" class="alert alert-success hidden"