Center currently opened file name in the header.
This commit is contained in:
parent
e8e6108dfe
commit
86589648bc
@ -165,9 +165,8 @@
|
||||
<svg class="logo_image"><use href="assets/images/3dviewer_net_logo_text.svg#logo"></use></svg>
|
||||
</a>
|
||||
</div>
|
||||
<div class="main_file_name only_full_width" id="main_file_name"></div>
|
||||
<div class="title_right" id="header_buttons"></div>
|
||||
|
||||
<div class="main_file_name only_full_width" id="main_file_name"></div>
|
||||
</div>
|
||||
<div class="toolbar" id="toolbar"></div>
|
||||
</div>
|
||||
|
||||
@ -103,12 +103,11 @@ div.main
|
||||
|
||||
div.main_file_name
|
||||
{
|
||||
margin: 10px 20px;
|
||||
margin: 10px auto;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 450px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.main_navigator
|
||||
|
||||
Loading…
Reference in New Issue
Block a user