/
Sangak
/
inav-configurator
Обзор
Документация
Войти
/
Sangak
/
inav-configurator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/css/tabs/logging.css
68 строк
1 KB
Pawel Spychalski (DzikuVx)
CSS files moved to src folder
04 июн 2017, 20:29
04 июн 2017, 20:29
36358ae
Код
Авторство
О чём код?
.tab-logging .properties { margin-top: 10px; } .tab-logging .properties dt { float: left; width: 120px; height: 20px; line-height: 20px; font-weight: bold; } .tab-logging .properties dt input { vertical-align: middle; } .tab-logging .properties dd { display: block; margin-left: 130px; height: 20px; line-height: 20px; color: silver; } .tab-logging .speed { margin-top: 5px; width: 80px; border: 1px solid silver; } .tab-logging .info { margin-top: 10px; } .tab-logging .info dt { float: left; width: 120px; height: 20px; line-height: 20px; font-weight: bold; } .tab-logging .info dd { display: block; margin-left: 130px; height: 20px; line-height: 20px; } .tab-logging .fixed_band { width: 100%; bottom: 0; } .tab-logging .save_btn .back { display: none; } .tab-logging .back_btn { display: none; } @media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) { .tab-logging table thead tr:first-child { font-size: 12px; height: 22px; } }