some changes in sessions style

parent fafe7d68
...@@ -581,7 +581,7 @@ textarea.editable{ ...@@ -581,7 +581,7 @@ textarea.editable{
min-height: 80px; min-height: 80px;
border: 1px solid #bbb; border: 1px solid #bbb;
border-radius: 4px; border-radius: 4px;
margin: 5px; margin: 5px 0px 5px 0px;
padding: 4px; padding: 4px;
position: relative; /* For positioning absolute the try_details that show actions */ position: relative; /* For positioning absolute the try_details that show actions */
} }
...@@ -670,7 +670,7 @@ textarea.editable{ ...@@ -670,7 +670,7 @@ textarea.editable{
#tries .try_time{ #tries .try_time{
float: right; float: right;
font-size: 15px; font-size: 15px;
margin: 8px 10px 0 0; margin: 8px 10px 0px 5px;
} }
/* Timer for the actual try */ /* Timer for the actual try */
......
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
</button> </button>
<span ng-show="!showLastTry" class="list-group-item-heading color_green numberCircle">{{$index+1}}&nbsp;&nbsp;&nbsp;</span> <span ng-show="!showLastTry" class="list-group-item-heading color_green numberCircle">{{$index+1}}&nbsp;&nbsp;&nbsp;</span>
<p style="text-align: left" class="list-group-item-text color_green"><b>{{ s.begin | date:'dd-MM-yyyy' }}</b> de <p style="text-align: left ; margin-bottom: 5px" class="list-group-item-text color_green"><b>{{ s.begin | date:'dd-MM-yyyy' }}</b> de
{{ s.begin | date:'HH:mm' }} a {{ s.end | date:'HH:mm' }} </p> {{ s.begin | date:'HH:mm' }} a {{ s.end | date:'HH:mm' }} </p>
<textarea type="editable title" rows="2" id="ins_desc_ws" placeholder=" Notas de sesión" ng-model="s.description" <textarea type="editable title" rows="2" id="ins_desc_ws" placeholder=" Notas de sesión" ng-model="s.description"
ng-model-options="{ updateOn: 'blur' }" ng-change="update_ws(s)" cols="80"></textarea> ng-model-options="{ updateOn: 'blur' }" ng-change="update_ws(s)" cols="80"></textarea>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment