mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 08:58:42 +03:00
update resources
This commit is contained in:
67
resources/web/homepage3/css/left_mini.css
Normal file
67
resources/web/homepage3/css/left_mini.css
Normal file
@@ -0,0 +1,67 @@
|
||||
|
||||
/*----Login----*/
|
||||
#LoginBtn
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#Icon1
|
||||
{
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
#UserAvatarIcon
|
||||
{
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
#UserName
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#LogoutBtn
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.BtnItem
|
||||
{
|
||||
padding: 0px;
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
.BtnText
|
||||
{
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.BtnIcon
|
||||
{
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
#NoPluginTip
|
||||
{
|
||||
display:none!important;
|
||||
}
|
||||
/*-----Left Menu-------*/
|
||||
.JumpIcon
|
||||
{
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
.BtnNewIcon
|
||||
{
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
/*-----Hide Button-----*/
|
||||
#HideBtn
|
||||
{
|
||||
transform: scaleX(-1);
|
||||
border-radius: 0px 4px 4px 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user