forked from External/greenlight
Move the refresh button to be inside the meeting URL input
Less buttons, better interface.
This commit is contained in:
parent
45e173d132
commit
40cbc8a575
@ -69,3 +69,20 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.meeting-url-group {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.generate-link {
|
||||||
|
position: absolute;
|
||||||
|
right: 12px;
|
||||||
|
top: 10px;
|
||||||
|
z-index: 9;
|
||||||
|
color: #999;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -15,16 +15,16 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
<div <%= "hidden" if hidden %> class="meeting-url-wrapper">
|
<div <%= "hidden" if hidden %> class="meeting-url-wrapper">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" class="form-control meeting-url"/>
|
<div class="meeting-url-group">
|
||||||
<span class="input-group-btn">
|
<input type="text" class="form-control meeting-url"/>
|
||||||
|
|
||||||
<% if params[:action] == 'index' %>
|
<% if params[:action] == 'index' %>
|
||||||
<button type="button" class="btn btn-default generate-link has-tooltip"
|
<i class="fa fa-refresh generate-link has-tooltip" aria-hidden="true"
|
||||||
title="<%= t('url_refresh_hint') %>"
|
title="<%= t('url_refresh_hint') %>"
|
||||||
>
|
></i>
|
||||||
<i class="fa fa-refresh" aria-hidden="true"></i>
|
|
||||||
</button>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<span class="input-group-btn">
|
||||||
|
|
||||||
<button type="button" class="btn btn-default meeting-url-copy has-tooltip"
|
<button type="button" class="btn btn-default meeting-url-copy has-tooltip"
|
||||||
title="<%= t('url_copy_explanation') %>"
|
title="<%= t('url_copy_explanation') %>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user