Use a common class for public forms

And make them a bit larger
master
Daniel Berteaud 11 years ago
parent c133030704
commit fbd3fa4830
  1. 8
      public/css/vroom.css
  2. 2
      templates/default/feedback.html.ep
  3. 2
      templates/default/index.html.ep
  4. 2
      templates/default/invitation.html.ep

@ -77,12 +77,8 @@
padding-top: 2px;
padding-bottom: 2px;
}
#createRoomContainer {
max-width: 700px;
margin: auto;
}
#feedbackFormContainer {
max-width: 700px;
.publicForm {
max-width: 800px;
margin: auto;
}
#roomToolBar {

@ -2,7 +2,7 @@
%= include 'header'
%= include 'public_toolbar'
<div class="container-fluid">
<div id="feedbackFormContainer" class="well">
<div class="well publicForm">
<form role="form" action="<%= $self->get_url('/feedback') %>" method="post">
<legend>
<center>

@ -3,7 +3,7 @@
%= include 'public_toolbar'
<div class="container-fluid">
<div class="well" id="createRoomContainer">
<div class="well publicForm">
<h2>
<center>
<%=l 'CREATE_ROOM' %>

@ -2,7 +2,7 @@
%= include 'header'
%= include 'public_toolbar'
<div class="container-fluid">
<div class="well">
<div class="well publicForm">
<form role="form" action="<%= $self->get_url('/invitation') %>" method="post">
<legend>
<center>

Loading…
Cancel
Save