ant-http/build/htdocs/dist/packages/default/Settings/combined.css
2016-10-29 14:34:29 +02:00

109 lines
4.0 KiB
CSS

/*!
* OS.js - JavaScript Cloud/Web Desktop Platform
*
* Copyright (c) 2011-2015, Anders Evenrud <andersevenrud@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @author Anders Evenrud <andersevenrud@gmail.com>
* @licence Simplified BSD License
*/
.ApplicationSettingsWindow application-window-content {
overflow : hidden;
}
.ApplicationSettingsWindow application-window-content gui-expander {
margin-bottom : 5px;
}
.ApplicationSettingsWindow application-window-content [data-id="ContainerButtons"],
.ApplicationSettingsWindow application-window-content [data-id="ContainerContent"] {
overflow : hidden;
display : none;
}
.ApplicationSettingsWindow application-window-content [data-id="SoundsList"] {
height : 150px;
}
.ApplicationSettingsWindow application-window-content [data-id="HotkeysList"] {
height : 200px;
}
.ApplicationSettingsWindow application-window-content [data-id="UsersList"],
.ApplicationSettingsWindow application-window-content [data-id="InstalledPackages"],
.ApplicationSettingsWindow application-window-content [data-id="PackagePaths"],
.ApplicationSettingsWindow application-window-content [data-id="PanelItems"],
.ApplicationSettingsWindow application-window-content [data-id="MountList"],
.ApplicationSettingsWindow application-window-content [data-id="SearchPaths"] {
height : 140px;
}
.ApplicationSettingsWindow application-window-content [data-id="ContainerContent"] > div {
overflow : auto;
height : 100%;
width : 100%;
}
.ApplicationSettingsWindow application-window-content [data-id="ContainerSelection"] {
}
.ApplicationSettingsWindow application-window-content .ListView {
overflow : hidden;
height : 100%;
width : 100%;
}
.ApplicationSettingsWindow application-window-content .ListView > div {
min-height : 32px;
}
.ApplicationSettingsWindow application-window-content .ListView > div > ul {
list-style : none;
margin : 0;
padding : 0;
pointer-events: none;
}
.ApplicationSettingsWindow application-window-content .ListView > div > ul > li {
box-sizing : border-box;
display : inline-block;
margin : 0;
padding : 10px;
text-align : center;
cursor : pointer;
width : 90px;
height : 70px;
pointer-events: all;
}
.ApplicationSettingsWindow application-window-content .ListView > div > ul > li * {
pointer-events : none;
}
.ApplicationSettingsWindow application-window-content .ListView > div > ul > li > span {
display : block;
}
.ApplicationSettingsWindow application-window-content .ListView > div > span {
display : block;
font-weight : bold;
margin-bottom : 5px;
pointer-events: none;
}